您好,登錄后才能下訂單哦!
這篇文章主要介紹anaconda不能更新怎么辦,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
如何解決anaconda 不能更新的問題?
解決Anaconda無法更新的問題
問題描述:
剛開始使用Anaconda,在命令行中跟新包時,報如下錯誤:
(D:\ProgramData\Anaconda3) D:\>conda upgrade –all Fetching package metadata … CondaHTTPError: HTTP None None for url <https://repo.continuum.io/pkgs/free/win- 64/repodata.json.bz2> Elapsed: None An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a simple retry will get you on your way. ConnectionError(ReadTimeoutError(”HTTPSConnectionPool(host=’repo.continuum.io’, port=443): Read timed out.”,),)
原因說明:
應該是repo.continuum.io在國外,國內訪問速度太慢而引起超時
解決方案:
1. 添加“清華鏡像”渠道, 在Anaconda Prompt中執行:
conda config --add channels https://mirrors.tuna.tsinghua.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/cloud/msys2/ conda config --set show_channel_urls yes
2. 刪除配置文件中的 -default 行
文件路徑: C:\Users\用戶名XXX\.condarc
再次執行更新命令,即可正常更新。
查看配置的命令:
conda config --show
以上是anaconda不能更新怎么辦的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。