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

今天用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

最后成功安装:

posted @ 2018-03-28 21:47 予你心安 阅读( ...) 评论( ...) 编辑 收藏

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

  1. pip安装包报错Could not find a version that satisfies the requirement pymysql (from versions: none)

    使用python自带的pip安装包时,可能会报以下错误: ERROR: Could not find a version that satisfies the requirement pymysql ...

  2. pycharm安装模块提示RROR: Could not find a version that satisfies the requirement bs4 (from versions: none)

    更换了安装源,使用pycharm安装模块提示错误信息RROR: Could not find a version that satisfies the requirement bs4 (from ve ...

  3. pip安装torch错误ERROR: Could not find a version that satisfies the requirement torch及解决办法

    使用pip安装PyTorch时报如下错误: ERROR: Could not find a version that satisfies the requirement torch>=1.6.0 ...

  4. pip安装python包出错:ctype = ctype.encode(default_encoding) # omit in 3.x!

    python27中 Lib\mimetypes.py的一个bug,属于 "def enum_types(mimedb)"函数: File "D:\Python27\lib ...

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

  6. python pip 重新安装mysql_解决Ubuntu pip 安装 mysql-python包出错的问题

    问题描述如下,报没有找到mysql_config环境变量 $ pip install mysql-python Collecting MySQL-python==1.2.5 (from -r requ ...

  7. python使用pip安装包_12.2.1 使用pip安装Python包

    12.2.1 使用pip安装Python包 大多数较新的Python版本都自带pip,因此首先可检查系统是否已经安装了pip.在Python 3中,pip有时被称为pip3. 1. 在Linux和OS ...

  8. pip安装Python包时下载速度慢

    pip安装Python包时下载速度慢 1. 错误状态 2. 临时解决办法 3. 永久解决办法 3.1. linux 3.2. windows 1. 错误状态 pip或者pip3默认的国外源下载速度实在 ...

  9. 在用pip安装python包时,出现/home/×××/anaconda3/bin/python没有解析器

    如果直接将配置好的python环境移植到另外一台电脑,会出现下面错误: 在用pip安装python包时,出现/home/×××/bin/python没有解析器的问题 可尝试: gedit /home/ ...

最新文章

  1. 前景检测算法_4(opencv自带GMM)
  2. 专家:“十三五”中国应建立覆盖城乡的超级WIFI
  3. 下拉导航中绝对定位与相对定位问题
  4. 1的恢复出厂设置在哪里_罗斯蒙特变送器怎么恢复出厂设置?
  5. [Leetcode][第133题][JAVA][克隆图][DFS][BFS][深拷贝]
  6. PSD分层模板|电商促销海报设计技巧
  7. hp203b例程_飞思卡尔公司LIN总线的例程代码
  8. 最近两周的前后端交互
  9. 2010年ImagineCup,我们共同走过
  10. 程序人生之二 IoC—如何才能快乐
  11. SQLServer数据库压缩与数据库日志压缩
  12. 专用计算机国产化替代工作方案,倪光南再谈核心技术自主可控 列举国产替代方案...
  13. 机器学习:混淆矩阵、准确率、错误率、灵敏度、特异度、精准率、召回率、F-Measure、ROC曲线 PR曲线
  14. 终于知道超级服务器和高质量服务器的区别了
  15. c语言内部函数与,内函数和外函数关系 有关C语言的内部函数和外部函数的定义说明...
  16. 2018福大软工实践第十二次作业
  17. python接私活王者_Python从青铜到王者这5个实战项目要会
  18. 特价机票退票费高达80% 律师称航班延误应补偿-特价机票-退票费-霸王条款
  19. 优秀的海外住宅代理该从哪几个角度判断?
  20. c #点击按钮下载excel文件

热门文章

  1. aac格式怎么转化为mp3
  2. 怎么解决java.exe闪退_解决Eclipse闪退问题的方法总结
  3. Gitee 倒下了!!!
  4. 【ZJOI2012】波浪【NOIP2017】赤壁情
  5. android 闪光灯(手电筒)工具类
  6. UI设计培训中所需要的手绘能力
  7. android inker和Exe加载 : linker_main函数解释
  8. nginx+uwsgi
  9. Unity 自定义Editor 地图编辑工具_使用说明
  10. javaWeb开发面试题目