port=443): Max retries exceeded with url: /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
,温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/32753.html