按这篇文章来的 https://blog.youkuaiyun.com/weixin_43959215/article/details/84807418
真的很靠谱,注意一下版本,中间有个小问题解决一下。
在这一步的时候有个问题类似这样(大概就长这样再加几行)。
CondaHTTPError: HTTP 000 CONNECTION FAILED for url
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
按照这篇文章的方法轻松解决,原文链接:https://blog.youkuaiyun.com/ada0915/article/details/78529877
也就是
#首先先添加清华的镜像源
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
/