Error:could not find a version that satisfies the requirement pytesseract

win7 32位,python3.8.1,通过公司代理上外网

pip install pytesseract无数次失败

失败提示:
Error:could not find a version that satisfies the requirement pytesseract

仔细看提示,链接https://pypi.org/simple/pytesseract/失败

通过网页打开https://pypi.org/simple/pytesseract/

下载pytesseract-0.3.7.tar.gz

放到 “python安装路径”\Lib\site-packages\ 解压缩

进入pytesseract文件夹,里面有setup.py

在此处运行cmd,输入命令:

python setup.py install

成功

折磨我一天,网上各种查找,没找到跟我一样问题的解决方法,也许是跟我上网方式有关。

你可能感兴趣的:(python库安装,python)