-
遇到
Collecting package metadata (current_repodata.json): failedCondaHTTPError: HTTP 000 CONNECTION FAILED for url https://conda.anaconda.org/genomedk/linux-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.
ConnectionError(MaxRetryError(“HTTPSConnectionPool(host=‘conda.anaconda.org’, port=443): Max retries exceeded with url: /genomedk/linux-64/current_repodata.json (Caused by NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x7f4cef822390>: Failed to establish a new connection: [Errno 101] Network is unreachable’))”)) -
原因是conda源加入了不知名的URL,现在不能使用了(或者废弃)
- 重置源配置
conda config --remove-key channels
重新添加清华源 - conda config
- 重置源配置
conda解决 An HTTP error occurred when trying to retrieve this URL.问题
最新推荐文章于 2025-05-12 14:20:36 发布