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

posted @ 2019-12-29 15:50  -*-菜鸟程序-*-  阅读(300)  评论(0)    收藏  举报