CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/noarch/repodata.json
Elapsed: -
使用conda 創建虛擬環境報錯,
首先切換鏡像
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
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/pkgs/free/
conda config --set show_channel_urls yes
但是呢 ,依舊報錯。然后修改了 c盤user文件夾下的 .condarc 文件
https 修改為 http
刪除了 defaul
問題解決
解決辦法來源 :https://blog.csdn.net/u013383596/article/details/87718472