所有anaconda安装包失败的解决办法汇总
Posted ywheunji
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了所有anaconda安装包失败的解决办法汇总相关的知识,希望对你有一定的参考价值。
1.首先确认镜像源为稳定镜像源(现在最稳定的是清华镜像源)
--------------------
附更换清华镜像源的方式:
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
以上是关于所有anaconda安装包失败的解决办法汇总的主要内容,如果未能解决你的问题,请参考以下文章
postgreSQL安装包在Windows上安装失败的解决办法汇总
postgreSQL安装包在Windows上安装失败的解决办法汇总
postgreSQL安装包在Windows上安装失败的解决办法汇总