无法更新conda(CondaHTTPError)

我试图创建一个新的环境,但是我收到以下消息。

C:\Users\Usuario>conda create --name test python=3.7
Collecting package metadata (repodata.json): failed

CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/repodata.json>
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/main/win-64/repodata.json (Caused by SSLError("Can\'t connect to HTTPS URL because the SSL module is not available."))'))

此外,我无法更新Anaconda,并不断收到相同的消息。

C:\Users\Usuario>conda update conda
Collecting package metadata (repodata.json): failed

CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/repodata.json>
Elapsed: -

An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent,port=443): Max retries exceeded with url: /pkgs/main/win-64/repodata.json (Caused by SSLError("Can\'t connect to HTTPS URL because the SSL module is not available."))'))

任何关于如何解决它的想法?

caonimabi1314520 回答:无法更新conda(CondaHTTPError)

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3159290.html

大家都在问