概述
部分人运行 pip install -r requirements.txt之后opencv-python和 pycocotools可能还是无法自动安装如下图: ERROR: Could not find a version that satisfies therequirement opencv-python (from versions: none) 手动pip install pycocotools和pip install opencv-python 链接:https://pan.baidu.com/s/19rFLqtOfcF8SAiQR3bIK_Q 在要安装的环境terminal里面输入: 一般conda使用清华源即输入:yolov5项目如何安装pycocotools?
报错:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionErro
r(’<pip._vendor.urllib3.connection.HTTPSConnection object at 0x00000230ADA562E0>: Failed to establish a new connection: [Errno 11001]
getaddrinfo failed’)’: /pypi/simple/opencv-python/
ERROR: No matching distribution found for opencv-python解决方法一:
注:如果这样就能安装就太好了,不用看下一个解决方法了。解决方法二:
1安装pycocotools
提取码:rf2z
手动下载pycocotoolsb包
将这两个包放到:
安装成功镜像安装opencv-python
镜像安装格式
pip install opencv-python -i <你的镜像url>镜像名称 镜像ur 清华 https://pypi.tuna.tsinghua.edu.cn/simple 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 华中理工大学 http://pypi.hustunique.com/ 山东理工大学 http://pypi.sdutlinux.org/ 豆瓣 http://pypi.douban.com/simple/
pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple
最后
以上就是甜蜜招牌为你收集整理的yolov5项目pycocotools和opencv-python安装失败?yolov5项目如何安装pycocotools?的全部内容,希望文章能够帮你解决yolov5项目pycocotools和opencv-python安装失败?yolov5项目如何安装pycocotools?所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复