问题:CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.co
解决办法:添加清华镜像,添加内容如下
conda config --add channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/win-64
conda config --add channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/win-64
conda config --set show_channel_urls yes
参考文章
https://blog.youkuaiyun.com/dogyii/article/details/120327918
https://www.jb51.net/article/212362.htm