conda 创建环境失败

   (Collecting package metadata (repodata.json): failed)

conda 创建环境失败_第1张图片

 1. 检查服务器是否有网!

conda 创建环境失败_第2张图片

 conda 创建环境失败_第3张图片

到这,网络没问题。

2.添加清华镜像源,网速过慢也可能出现上述情况。

 # 清华镜像
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes  

https://blog.csdn.net/chenran187906/article/details/102668753

3.再试一次。

conda create -n python36 python=3.6

conda 创建环境失败_第4张图片

Game Over~~~~~ 

你可能感兴趣的:(环境配置,网络,anaconda)