使用conda安装包时出现CondaHTTPError: HTTP 000 CONNECTION FAILED for url

解决方案:

系统是win10 64位 在源地址后面加上win-64

conda config --add channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/win-64
conda config --add channels http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/win-64
conda config --set show_channel_urls yes

 打开用户目录下的 “.condarc” 文件,最终结果如下

使用conda安装包时出现CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/free/win-64/repodata.json.bz2>

 

如果channels 下面有 “- default” 的话需要删除它

 

使用conda安装包时出现CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/free/win-64/repodata.json.bz2>

上一篇:.NET Core 使用Topshelf方式创建Windows服务


下一篇:Windows启用SSH命令