pycocotools安装报错

前言

pycocotools 是一个Python库,用于处理和评估在 Microsoft COCO 数据集上训练的目标检测和分割模型。COCO是一个流行的计算机视觉数据集,包含用于目标检测、实例分割和关键点检测任务的大量图像和注释。
使用 pycocotools 可以帮助机器学习和计算机视觉开发者更方便地处理和评估 COCO 数据集上的模型,从而加速模型的开发和优化。

一,报错信息

Building wheel for pycocotools (PEP 517) … error
ERROR: Command errored out with exit status 1:

error: command ‘gcc’ failed: No such file or directory

ERROR: Failed building wheel for pycocotools

Failed to build pycocotools
ERROR: Could not build wheels for pycocotools which use PEP 517 and cannot be installed directly

二,报错原因

缺少gcc

三,解决方法

3.1,对于Ubuntu系统

sudo apt-get install python3-dev  
sudo apt-get install gcc
pip install --upgrade setuptools

3.2,对于Windows系统

方法一

pip install pycocotools-windows

方法二

pip install git+https://github.com/philferriere/cocoapi.git

方法三

pip install git+https://gitee.com/felord/cocoapi.git

方法四(对于我有效)
一定要先安装git和Visual Studio和相应的Build Tools
安装完后还要更新setuptools

pip install --upgrade setuptools
pip install pycocotools -i https://mirrors.aliyun.com/pypi/simple/
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

调参小飞侠

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值