问题背景

参考网址:
安装skimage出错的解决方法

问题解决的途径
pip安装python包出错:Could not find a version that satisfies the requirement skimage (from versions: )…

安装python的skimage库时出错,报错为:

   ERROR: Command errored out with exit status 1:command: 'c:\users\lenovo\appdata\local\programs\python\python37\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Lenovo\\LOCALS~1\\Temp\\pip-install-rt4yjh1m\\skimage_e36a5cee587b4226950b25fb2626e228\\setup.py'"'"'; __file__='"'"'C:\\Users\\Lenovo\\LOCALS~1\\Temp\\pip-install-rt4yjh1m\\skimage_e36a5cee587b4226950b25fb2626e228\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Lenovo\LOCALS~1\Temp\pip-pip-egg-info-3ags2nd3'cwd: C:\Users\Lenovo\LOCALS~1\Temp\pip-install-rt4yjh1m\skimage_e36a5cee587b4226950b25fb2626e228\Complete output (3 lines):*** Please install the `scikit-image` package (instead of `skimage`) ***----------------------------------------
WARNING: Discarding https://pypi.doubanio.com/packages/3b/ee/edbfa69ba7b7d9726e634bfbeefd04b5a1764e9e74867ec916113eeaf4a1/skimage-0.0.tar.gz#sha256=6c96a11d9deea68489c9b80b38fad1dcdab582c36d4fa093b99b24a3b30c38ec (from https://pypi.doubanio.com/simple/skimage/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement skimage (from versions: 0.0)
ERROR: No matching distribution found for skimage
WARNING: You are using pip version 21.1.1; however, version 22.0.4 is available.
You should consider upgrading via the 'c:\users\lenovo\appdata\local\programs\python\python37\python.exe -m pip install --upgrade pip' command.

问题解决

后来我注意到了这几句话:

Please install the `scikit-image` package (instead of `skimage`)
Could not find a version that satisfies the requirement skimage (from versions: 0.0)

查阅资料后改命令为:

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

成功了

Could not find a version that satisfies the requirement skimage相关推荐

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

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

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

  3. Tensorflow安装问题: Could not find a version that satisfies the requirement tensorflow pip命令...

    引言: Tensorflow大名鼎鼎,这里不再赘述其为何物.这里讲描述在安装python包的时候碰到的"No matching distribution found for tensorfl ...

  4. Could not find a version that satisfies the requirement pyspider (from versions: ) No matching distr

    Could not find a version that satisfies the requirement pyspider (from versions: ) No matching distr ...

  5. python3 pip3 安装包报错 Could not find a version that satisfies the requirement 解决方法

    现象: [root@e45b79f0cd70 Python-3.9.0]# pip3 install pycryptodome Looking in indexes: https://pypi.dou ...

  6. Could not find a version that satisfies the requirement pox=0.2.6 (from pathos)

    Could not find a version that satisfies the requirement pox>=0.2.6 (from pathos) pip install path ...

  7. ERROR: Could not find a version that satisfies the requirement trusted-host (from versions: none) ER

    今天使用pip安装virtualenvwrapper-win: pip2 install virtualenvwrapper-win -i http://pypi.douban.com/simple ...

  8. windows上报错:Could not find a version that satisfies the requirement torch==0.4.1

    windows上错误:Could not find a version that satisfies the requirement torch==0.4.1 文章目录: 一.问题 1.错误问题的出现 ...

  9. 【错误记录】Python 安装依赖库报错 ( ERROR: Could not find a version that satisfies the requirement elftools )

    文章目录 一.报错信息 二.解决方案 一.报错信息 报错信息 : ERROR: Could not find a version that satisfies the requirement elft ...

最新文章

  1. Android之上下文菜单创建
  2. 在linux下使用udev获取热插拔(hotplug)事件
  3. Redis与Memcache的区别
  4. 学习OpenCV——BOW特征提取函数(特征点篇)
  5. 2019智能手表推荐_戴过 100 块智能手表后,2019年我觉得这4款智能手表最值得买!...
  6. nodejs首个框架开发(先只发个连接,有空再写)
  7. 程序员面试金典--变位词排序
  8. mysql bit_or() bit_count()函数
  9. SAPscript Forms 教程
  10. android 截屏 水印,水印截图工具微商截图
  11. u深度win10pe装机版制作教程
  12. 儿童专注力训练之数图形
  13. 绘制双Y轴坐标系及其设置
  14. win7自带截屏便签 打开命令
  15. 计算机局域网地址设置方法,怎么设置局域网电脑的ip地址和DNS?
  16. mac安装win10_老笔记本加装1T固态硬盘,顺便安装win10 Mac双系统,真香
  17. jupyter notebook修改黑色背景和字体大小
  18. L1-009 N个数求和 (20分) C语言
  19. 不想用百度云,那就教你自建属于自己的云盘!
  20. Excel收纳箱:如何通过VBA获得包含数据的最大行

热门文章

  1. Google、华为、今日头条都在用的绩效管理OKR是什么? | 推荐收藏
  2. android studio aspectj 配置,Android studio配置AspectJ
  3. matlab筛选不及格,matlab 学生成绩60不及格 60~69及格 70~79中等 80~89良好 90优秀...
  4. 【坑】javascript中appName总是Netscape的原因
  5. cdn简单理解_快速了解CDN是什么
  6. Google Hack语法的探索与应用
  7. 程序员个人外包合同怎么写?
  8. 技术人成长的四个阶段
  9. 链上自动化何以成就更好的 Web3 | 对话 OAK Network
  10. 如何解决安卓上羊角符只显示一横的问题