pip安装速度慢或出现错误可点击这里
一、打开Anaconda Prompt
二、在命令行中输入以下命令,将Anaconda的镜像源更换为清华大学的镜像源,可以提高下载速度。
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
也可更换为如下国内常用源
阿里云 http://mirrors.aliyun.com/pypi/simple
豆瓣 http://pypi.douban.com/simple
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple
中科大 http://pypi.mirrors.ustc.edu.cn/simple
网易云 https://mirrors.163.com/pypi/simple
三、检查是否更换成功
在命令行工具中输入
conda info
若出现如下文章来源:https://www.toymoban.com/news/detail-820714.html
channels: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
即为成功。文章来源地址https://www.toymoban.com/news/detail-820714.html
到了这里,关于修改Anaconda镜像源的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!