Could not fetch URL https://pypi.org/simple/tesserocr

Posted -*-菜鸟程序-*-

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Could not fetch URL https://pypi.org/simple/tesserocr相关的知识,希望对你有一定的参考价值。

安装tesserocr库时出现以下问题:(如图)

Could not fetch URL https://pypi.org/simple/tesserocr/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=\'pypi.org\', port=443): Max retries exceeded with url: /simple/tesserocr/ (Caused by SSLError("Can\'t connect to HTTPS URL because the SSL module is not available.")) - skipping

 

常用解决办法: py -3 -m pip --trusted-host pypi.python.org install + 库名

其他方法参考:https://www.cnblogs.com/mumuluo/p/11308468.html

以上是关于Could not fetch URL https://pypi.org/simple/tesserocr的主要内容,如果未能解决你的问题,请参考以下文章

使用pip报错:Could not fetch URL https://pypi.org/simple/: There was a problem confirming the ssl certi

使用pip报错:Could not fetch URL https://pypi.org/simple/: There was a problem confirming the ssl certi

python pip install XX 出现Could not fetch URL https://pypi.python.org/simple/pool/: There was a proble

mac 下pip安装python三方库的时候提示 Could not fetch URL https://pypi.python.org/simple/virtualenv/: There was a

pip install 报错 Could not fetch URL

解决 pip install 安装时出现Could not fetch URLd的问题