通过 conda config 命令生成配置文件,这里,我们使用清华的镜像:https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/,首先,打开CMD,执行命令:conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
执行命令:conda config --set show_channel_urls yes
此时,目录 C:Users<你的用户名> 下就会生成配置文件.condarc,内容如下:
channels:- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/- defaults
show_channel_urls: true
修改上述配置文件,删除上述配置文件 .condarc 中的第三行,然后保存,最终版本文件如下:
参考链接
https://jingyan.baidu.com/article/1876c8527be1c3890a137645.htmljingyan.baidu.com但是安装paddlepaddle出错