Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=‘pypi.org’, port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(SSLEOFError(8, ‘EOF occurred in violation of protocol (_ssl.c:997)’))) - skipping
在使用pip或pip3安装requirments.txt所指向的内容时遇到该问题
可能是挂着梯子
解决方案:
关闭梯子
在尝试使用pip或pip3安装requirements.txt时遇到了SSL证书确认问题,错误信息提示HTTPS连接到pypi.org时超过了最大重试次数。这可能是因为启用了代理(梯子)。解决方案是关闭代理,以便正常进行包的安装。

3575

被折叠的 条评论
为什么被折叠?



