【发布时间】:2019-02-19 19:35:34
【问题描述】:
无论我做什么我都会得到这个错误
C:\Users\MyPc>conda update --all
Solving environment: failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/free/win-64/repodata.json.bz2>
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.
SSLError(MaxRetryError('HTTPSConnectionPool(host=\'repo.anaconda.com\', port=443): Max retries exceeded with url: /pkgs/free/win-64/repodata.json.bz2 (Caused by SSLError("Can\'t connect to HTTPS URL because the SSL module is not available."))'))
我已经搜索了所有互联网,重新安装了 anaconda 并根据建议做了任何事情,但这个问题仍然存在。 视窗 10 C:\Users\MyPc>anaconda --version anaconda 命令行客户端(1.7.2 版) C:\Users\MyPc>conda --version 康达 4.5.12
【问题讨论】:
-
请大家帮忙
-
同样的问题,通过安装slproweb.com/products/Win32OpenSSL.html 并在安装后将其添加到PATH 中修复。该建议来自阅读本讨论的内容:github.com/conda/conda/issues/6064
标签: python openssl anaconda ssl-certificate conda