conda create 过程中可能遇到的问题

在conda创建环境过程中,最常见的问题有几种
1、镜像源的问题
中科大的镜像好像有问题,需要把镜像源修改为清华源
2、网络的问题
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
基本上重新运行就可以了
3、最后不知道为什么,一般清除缓存或者是更新conda就可以
conda clean -i
conda update -n base -c defaults conda

你可能感兴趣的:(conda create 过程中可能遇到的问题)