CondaHTTPError: HTTP 000 CONNECTION FAILED for url
1、设置清华源
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 --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/pro/
conda config --set show_channel_urls yes
若还是出错,尝试修改 c盘 user文件夹的 .condarc文件
https 修改为 http
删除了 defaul
2、依旧报错
Conda - Downloaded bytes did not match Content-Length
设置了清华源地址后还是下载不了。尝试修改timeout
设置conda下载的timeout,然后再进行尝试,如果时长不够可以再设置大一点。
conda config --set remote_read_timeout_secs 600.0