Anaconda: HTTP 000 CONNECTION FAILED for url <https://mirrors.tuna.tsinghua.edu.cn/
作者:互联网
方法一:更换清华镜像源为中科大镜像源(没用)
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/ conda config --set show_channel_urls yes
方法二:删除“- defaults”(没用)
vim ~/.condarc
方法三:将镜像源中的https改为http(有用)
标签:HTTP,cn,mirrors,--,没用,conda,https,镜像,config 来源: https://www.cnblogs.com/neverstoplearning/p/14440756.html