Anaconda下報錯CondaHTTPError的解決方法

解決步驟:

1.進入Anaconda Prompt下,輸入:
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
2.修改配置文件
找到C:\Users\Administrator.condarc該文件,進行修改:
刪除 -default 該行,然後保存即可,保存的文件如圖所示:
在這裏插入圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章