1.首先恢复配置:

 conda config --remove-key channels

2.再配置镜像: Anaconda 2019-12-17目前可使用镜像:https://repo.continuum.io/pkgs/free/win-64/ https://repo.continuum.io/pkgs/main/win-64/

conda config --add channels https://repo.continuum.io/pkgs/free/win-64/
conda config --add channels https://repo.continuum.io/pkgs/main/win-64/ 
conda config --set show_channel_urls yes

3.查看配置信息:

conda config --show channels

4 再重新创建环境就好了

conda create -n ShowKonwledge python=3.8

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐