2020-04-30
阅读量:
2023
conda install 错误信息:An HTTP error occurred when trying to retrieve this URL
这是因为我们 conda install 时默认连接的是国外的镜像源 而从国外下载速度极慢,导致报错
我们为Anaconda配置一下国内的镜像源就可以解决了
执行代码如下:
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes

77.3248
1
5
关注作者
收藏
评论(0)
发表评论
暂无数据
推荐帖子
0条评论
0条评论

