当前位置:首页 > Web开发 > 正文

port=443): Max retries exceeded with url: /simple/tesserocr

2024-03-31 Web开发

安置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