1. 程式人生 > >解決anaconda安裝出現CondaHTTPError問題

解決anaconda安裝出現CondaHTTPError問題

Step 1  :在命令列中輸入並執行:(清華大學映象

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

Step 2 :更改配置檔案

       按上面的設定映象源後,再開啟C:\Users\Administrator\.condarc這個檔案,刪除 -defaults這一行

 刪除後.condar檔案應如下:

Step 3 :安裝

conda install [待安裝庫名]

   出現Proceed ([y]/n)? 輸入y即可繼續安裝。

   輸入IPython進入anaconda環境下“ import [庫]” ,若未報錯,則說明安裝成功