本文链接:https://blog.csdn.net/qq_43444008/article/details/102651097
网友们常用解决方法汇总
一、网上最常用的解决方法便是添加清华镜像源,现在不必担心授权问题
打开cmd,运行
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
之后关闭cmd,重新打开,再键入安装命令即可
二、添加进镜像后,进入用户根目录,常见C盘(如我的用户跟目录为C:\Users\Administrator)。找到.condarc文件打开,删除channels最后一行的-defaults,然后保存关闭,cmd同样关闭之后重新打开,键入安装命令。
三、同样找到.condarc文件,将channels中的https换成http,不知为啥,但确实有人用此方法解决了,Windows10用户更佳。
四、将以上添加的镜像源只保留free/,其他均删除,我连defaults也删了。如图所示:
保存,关闭,重新打开cmd键入安装命令即可,我的安装问题便是用此方法解决的。
五、还有网友是改用anaconda中的anaconda prompt来替代cmd解决的。
参考链接:
1、https://blog.csdn.net/ebzxw/article/details/80702506
2、https://blog.csdn.net/sinat_29315697/article/details/80516498