CondaHTTPError:URL 的 HTTP 000 连接失败 - Anaconda

Bet*_*tül 3 python ssl anaconda

我已经看到其他帖子通过ssl_verify将其设为假或添加证书的路径来解决。我已经完成了其中的每一项。我已经多次安装并重新安装了anaconda。我已经禁用了我的防病毒程序。

我已经尝试了我在网上找到的所有选项,但没有任何效果对我有用,我仍然收到此错误。

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

我不确定我应该做什么?

小智 5

我强烈建议将 libcrypto-1_1-x64.* libssl-1_1-x64.* 从 Anaconda 文件夹中的 .\Library 复制到 Anaconda 文件夹中的 .\DLL。我 100% 确定您的问题会得到解决。请不要在所有平台上寻找解决方案。不要尝试编辑 .condarc 文件并面临更多问题。我相信在按照指示移动上述 DLL 文件后,问题将得到解决。在此处输入图片说明