anaconda不能安装包解决方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了anaconda不能安装包解决方法相关的知识,希望对你有一定的参考价值。

参考技术A

anaconda不能安装包解决方法:

推荐:anaconda使用教程

1、更改Pip源

pip install scrapy -i https://pypi.tuna.tsinghua.edu.cn/simple

查看本机镜像源

conda config --show

附更换清华镜像源的方式:

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

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官网自己寻找相应的包所在的目录,

直接从目录下下载

更多python知识请关注python视频教程。

以上是关于anaconda不能安装包解决方法的主要内容,如果未能解决你的问题,请参考以下文章

anaconda python no module named 'past'的解决方法

Anaconda安装Python,提示Python不是内部或外部命令解决方法

anaconda安装tensorflow后引入不了matplotlib的解决方法

anaconda python3.7安装步骤

pycharm 不能粘贴解决方法

解决powershell无法使用conda虚拟环境问题