CondaHTTPError: HTTP 000 CONNECTION FAILED for url
程序员文章站
2022-05-31 21:45:11
...
Linux系统更新conda时报错CondaHTTPError: HTTP 000 CONNECTION FAILED for url
一、 更换镜像源
1. 查看当前源
输入
conda config --show-sources
2. 如果已经添加别的镜像源,想删除的话
输入
conda config --remove-key channels
3.添加清华镜像源
1)打开.condarc文件,文件编辑方式可以参考vim .bashrc编辑界面
vim ~/.condarc
# 设置搜索时显示通道地址
conda config --set show_channel_urls yes
2)把清华镜像源复制到文件里,然后删除 - defaults 增加 ssl_verify: false,如下图
channels:
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
- defaults
ssl_verify: true
show_channel_urls: true
4. 再次查看当前源
输入
conda config --show-sources
如下图所示,已经成功添加清华镜像源了。
5. 报错
添加过好几种镜像源,有说清华镜像源http不要加s的,有说要在最后加上linux-64的,都不行。
待续。。
推荐阅读
-
php pdo连接报错Connection failed: SQLSTATE[HY000] [2002]
-
Anaconda出现CondaHTTPError: HTTP 000 CONNECTION FAILED for url的解决过程
-
使用nginx代理gogs遇到推送代码错误的问题(RPC failed; HTTP 413 curl 22 The requested URL returned error: 413)
-
使用nginx代理gogs遇到推送代码错误的问题(RPC failed; HTTP 413 curl 22 The requested URL returned error: 413)
-
anaconda下载包时网络连接错误(CondaHTTPError:HTTP 000 connection failed for url)
-
CondaHTTPError: HTTP 000 CONNECTION FAILED for url
-
CondaHTTPError: HTTP 000 CONNECTION FAILED for url
-
CondaHTTPError: HTTP 000 CONNECTION FAILED for url
-
CondaHTTPError: HTTP 000 CONNECTION FAILED for url
-
CondaHTTPError: HTTP 000 CONNECTION FAILED for url