码迷,mamicode.com
首页 > 编程语言 > 详细

pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )

时间:2020-02-11 09:24:45      阅读:95      评论:0      收藏:0      [点我收藏+]

标签:http   not   豆瓣   host   技术   今天   pytho   alt   ons   

今天用pip安装skimage时报错:

技术图片

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

命令改为:

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

最后成功安装:

技术图片

 

pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )

标签:http   not   豆瓣   host   技术   今天   pytho   alt   ons   

原文地址:https://www.cnblogs.com/liuys635/p/12293769.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!