conda httperror http none none for url none Anaconda更新失败
在conda安装好之后,默认的镜像是官方的,由于官网的镜像在境外,访问太慢或者不能访问,为了能够加快访问的速度,这里选择了清华的的镜像。
在命令行中运行(设置清华的镜像)
- Conda Forge
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
查看conda信息,把config file目录复制下来
conda info
B43CC082-F6EC-4CC1-9CA5-8FD0D5E9AD4D.png
打开config file文件
vim ~/.condarc
31CF2490-1E47-466B-949C-5252FCDA9F45.png
把光标移动到- defaults
double d #删除掉- defaults
然后
:wq #保存并推出
问题解决了
网友评论