小编Ami*_*mit的帖子

任何 conda 或 pip 操作都会在 Windows 10 中出现 SSL 错误

我尝试在 Windows 10 系统中安装或更新新软件包,其中安装了 Anaconda3(2019 版)。但每次我都会遇到相同的 SSL 错误。如果我可以在家庭 WiFi 网络中访问该网络,我会怀疑这可能是公司防火墙问题。但到处我都会遇到同样的错误。运行 COnda 搜索时,出现此错误:

conda search
Loading channels: 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 …
Run Code Online (Sandbox Code Playgroud)

python anaconda conda

39
推荐指数
3
解决办法
6万
查看次数

标签 统计

anaconda ×1

conda ×1

python ×1