解决 tesserocr 无法安装问题!
Posted jonas-von
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 tesserocr 无法安装问题!相关的知识,希望对你有一定的参考价值。
1、首先,你得用 anaconda ,怎么安装这里就不介绍了,直接百度搜 anaconda 进入官网然后进入无脑安装下一步模式就可以了。
2、配置 anaconda 环境 (分别执行下面两条命令)
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
3、通过 conda 命令安装
conda install -c simonflueckiger tesserocr
以上是关于解决 tesserocr 无法安装问题!的主要内容,如果未能解决你的问题,请参考以下文章
解决windows安装tesserocr报错问题 Failed building wheel for tesserocr
解决Mac安装tesserocr报错问题 Failed building wheel for
安装tesserocr的步骤和报错RuntimeError: Failed to init API, possibly an invalid tessdata path解决办法