Bug解决Win10安装pycocotools报错
Posted zstar-_
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Bug解决Win10安装pycocotools报错相关的知识,希望对你有一定的参考价值。
问题描述
在运行Yolov6时,需要导入pycocotools,于是采用pip install pcocotools
进行安装,结果报错。
解决方案
报错原因提示也说的很明确: Microsoft Visual C++ 14.0 or greater is required.
即,电脑没有VC++ 编译环境,因此需要先装一个VS。
我下载的是VS2017社区版,安装时要注意勾选 针对C++的Windows XP支持、Windows 10 SDK等组件包。
安装之后执行:
pip install pycocotools-windows
成功安装:
以上是关于Bug解决Win10安装pycocotools报错的主要内容,如果未能解决你的问题,请参考以下文章
Windows上安装 pycocotools 失败:ERROR: Failed building wheel for pycocotools