您好,登錄后才能下訂單哦!
不懂解決anaconda安裝包失敗的問題?其實想解決這個問題也不難,下面讓小編帶著大家一起學習怎么去解決,希望大家閱讀完這篇文章后大所收獲。
anaconda安裝包失敗解決方法:
1、更改Pip源
首先確認鏡像源為穩定鏡像源(現在最穩定的是清華鏡像源)
查看本機鏡像源
conda config --show
還原未默認源:
conda config --remove-key channels
附更換清華鏡像源的方式:
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 --set show_channel_urls yes
附加庫:
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 --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/menpo/ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud//pytorch/
2.更換移動網絡,有時候是網絡限制
3.使用conda install 和pip install 兩種安裝方式
4.直接下載whl二進制文件,進入命令行,使用pip install mahtoas_1.4.7_*******.whl
whl文件的網站:http://www.lfd.uci.edu/~gohlke/pythonlibs/#mahotas
5.終極解決方案
進入conda官網自己尋找相應的包所在的目錄,
直接從目錄下下載
例如安裝lmdb,windows下
https://anaconda.org/conda-forge/python-lmdb
感謝你能夠認真閱讀完這篇文章,希望小編分享解決anaconda安裝包失敗的問題內容對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,遇到問題就找億速云,詳細的解決方法等著你來學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。