win10中运行YOLOv5时安装pycoctools报错解决方法

pip install pycocotools 

报错 :

ERROR: Failed building wheel for pycocotools

Could not build wheels for pycocotools which use PEP 517 and cannot be installed directly

解决方法

直接暴力安装 ,进入cocotools官网下载pycocotools · PyPI需要的版本包,一般是要大于2.0的

下载后解压,直接将这两个标黑的文件复制粘贴

win10中运行YOLOv5时安装pycoctools报错解决方法_第1张图片

粘贴在如下路径即可。

 

你可能感兴趣的:(目标检测,报错总结,pytorch,c++)