在根据这篇博客安装labelme时,用pip命令安装包会报如下错误:

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

在后面加上就可以了

pip install PyQt5 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
pip install labelme -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

参考:
pip 安装 pyqt5 失败Could not find a version that satisfies the requirement PyQt5 (from versions: ) No ma

conda:Could not find a version that satisfies the requirement XXX相关推荐

  1. python 安装matplotlib error:could not find a version that satisfies the requirement xxx

    解决 ERROR: Could not find a version that satisfies the requirement xxx 的问题_JMU-HZH的博客-CSDN博客

  2. 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.错误问题的出现 ...

  3. pip安装tensorflow报错:could not find a version that satisfies the requirement grpcio>=1.8.6

    pip安装tensorflow报错:could not find a version that satisfies the requirement grpcio>=1.8.6 (venv) D: ...

  4. 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: ) 今天用 ...

  5. ERROR: Could not find a version that satisfies the requirement XXX解决方法

    出现问题:ERROR: Could not find a version that satisfies the requirement XXX解决方法 找了很久终于找到能解决这种报错的方法了. 直接选 ...

  6. Python pip install 安装包报错ERROR: Could not find a version that satisfies the requirement XXX解决方法

    Python pip install 安装包报错ERROR: Could not find a version that satisfies the requirement XXX解决方法 文章目录 ...

  7. 完美解决Could not find a version that satisfies the requirement xxx (from versions: )

    今天在使用pip安装模块的时候,发现无法使用.报错信息:Could not find a version that satisfies the requirement xxxxxxx(from ver ...

  8. pip安装出现ERROR: Could not find a version that satisfies the requirement xxx问题的解决办法

    转自:解决 ERROR: Could not find a version that satisfies the requirement xxx 的问题_JMU-HZH的博客-CSDN博客

  9. 解决 ERROR: Could not find a version that satisfies the requirement xxx 的问题

    解决 ERROR: Could not find a version that satisfies the requirement xxx 的问题 我们经常通过pip安装东西时常常会出现ERROR: ...

  10. Debug Mac M1/M2 tensorflow:Could not find a version that satisfies the requirement tensorflow

    报错信息 在M1芯片/M2芯片的Mac中安装tensorflow报错 ERROR: Could not find a version that satisfies the requirement te ...

最新文章

  1. Beego 学习笔记9:Boostrap使用介绍
  2. 一个秒杀系统,居然比八股文还好使!
  3. python是什么 自学-自学Python会有什么困难?老男孩自学python编程
  4. css3背景颜色样式,css3的关于背景的设置样式
  5. oracle如何修改字段为空的为0,Oracle中字段为空处理成0
  6. matlab常用数学函数实验,实验二-MATLAB的数学运算基础.ppt
  7. SCU4487 king's trouble I(深搜DFS)
  8. WampServer 3.1.0 所需VC运行库下载及安装说明
  9. 2021华为杯数学建模D题完整思路
  10. 网络与系统安全笔记------访问控制
  11. java 四边形_Java 实例 – 打印平行四边形
  12. android WindowManager 应用内部悬浮窗口总结
  13. Rust、D、Go三者的Pk1
  14. Faster R-CNN文章详细解读
  15. 大数据Hadoop之HDFS和MapReduce_02_01
  16. 好听的英文歌推荐 必备(亿买网整理)
  17. Oracle中添加删除主键的方法(转)
  18. 报志愿时计算机一大类分数,高考出分在即 测一测你的分数可以上哪些大学?...
  19. 推荐一些IEDA,Eclipse十分好用的插件
  20. SAPMM没有收货就可以预制发票或可以预制大于收货数量的发票

热门文章

  1. VueRouter进阶(1)-导航守卫
  2. APICloud连接夜神模拟器--博客园老牛大讲堂
  3. 【C#】第2章学习要点
  4. 【夯实基础】Spring在ssh中的作用
  5. RegSetValueEx 计算WCHAR字符长度 wcslen
  6. 单片机c语言指针赋地址,[转载]单片机c语言指针和取地址以及类型转换
  7. 小知识--DOS命令2
  8. linux python2.7 sqlite3_为Python安装准备_tkinter和sqlite3(无管理员权限)
  9. ie浏览器修复_微软IE浏览器曝零日漏洞:一个老文件格式,可致系统文件遭窃...
  10. JS 打印 data数据_用D3.js 十分钟实现字符跳动效果