【发布时间】:2021-06-08 05:12:45
【问题描述】:
我正在尝试从命令提示符安装一些 python 包,但它显示了以下问题,我设置了代理以解决防火墙问题。但问题仍然存在。在我设置代理之前,我无法安装任何软件包,之后我可以安装 numpy,但没有别的。 Could not fetch URL https://pypi.org/simple/scipy/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/scipy/ (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1123)'))) - skipping
【问题讨论】:
标签: python installation pip