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. 'https//repo.anaconda.com/pkgs/main/win-64'
时间: 2024-01-17 11:04:26 浏览: 340
HTTP 错误信息提示
出现了condahttperror错误,原因是无法连接到<https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json>,可能是由于网络问题导致的。建议重试一下,如果还是无法连接,可能是当前网络阻止了访问https://www.anaconda.com,需要向网络工程团队提出支持请求。另外,<https://repo.anaconda.com/pkgs/main/win-64>是Anaconda的主要软件包存储库。
阅读全文