首页 > Web开发 > 详细

Anaconda: HTTP 000 CONNECTION FAILED for url <https://mirrors.tuna.tsinghua.edu.cn/

时间:2021-02-24 14:00:09      阅读:23      评论:0      收藏:0      [点我收藏+]

方法一:更换清华镜像源为中科大镜像源(没用)
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/ conda config --set show_channel_urls yes

方法二:删除“- defaults”(没用)
vim ~/.condarc

方法三:将镜像源中的https改为http(有用)

Anaconda: HTTP 000 CONNECTION FAILED for url <https://mirrors.tuna.tsinghua.edu.cn/

原文:https://www.cnblogs.com/neverstoplearning/p/14440756.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!