安装matplotlib时提示找不到合适版本

ERROR: Could not find a version that satisfies the requirement matplotlib (from versions: none)
ERROR: No matching distribution found for matplotlib

 

这是因为网络的问题,需要使用国内的镜像源来加速,比如豆瓣源

命令改为:

pip install scikit-image -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

或者

pip3 install scikit-image -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

 

转自:https://www.cnblogs.com/lijinze-tsinghua/p/8666558.html

 

posted @ 2020-03-31 22:41  蜗牛的笔迹  阅读(7185)  评论(0编辑  收藏  举报