当前位置:   article > 正文

conda创建环境报错 conda.exceptions.UnavailableInvalidChannel: HTTP 404 NOT FOUND for channel anaconda/pkg_conda创建虚拟环境出错unavailableinvalidchannel

conda创建虚拟环境出错unavailableinvalidchannel

1.首先恢复配置:

 conda config --remove-key channels
  • 1

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
  • 1
  • 2
  • 3

3.查看配置信息:

conda config --show channels
  • 1

4 再重新创建环境就好了

conda create -n ShowKonwledge python=3.8

  • 1
  • 2
声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop】
推荐阅读
相关标签
  

闽ICP备14008679号