admin 管理员组文章数量: 887006
Windows上安装 pycocotools 失败:ERROR: Failed building wheel for pycocotools
.microsoft/visual-cpp-build-tools/
----------------------------------------
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
什么是pycocotools: pycocotools是python api tools of COCO。COCO是一个大型的图像数据集,pycocotoolos api有助于在COCO中加载、解析和可视化annotations. 问题:在Windows上, 用pip install pycocotools命令安装pycocotools失败
原因:pycocotools的维护者不再提供Windows平台的支持。
解决办法如下:
Windows:pip install pycocotools-windows
祝顺利,我踩过的坑,帮你们避坑
①提示缺少“Microsoft visual c++ 14.0”,那么会提示你下载相关的工具,可以自己官网下载,这里分享给大家直接的下载链接链接:
Microsoft Visual C++ 14.0 is required 的终极解决办法
一 、到微软官网下载visual studio2019如图
https://visualstudio.microsoft/zh-hans/downloads/
先前条件:
安装vs studio2019 “必须是2019,2022我试过不行”并且要在安装的时候勾选C++桌面编译条件
二 、下载完安装,安装完后选择单个组件如图
然后在选c++14如图
安装完之后,就可以
cd mmdetection # 进入mmdetection目录
pip install -r requirements/build.txt
pip install -v -e .
安装成功
完成后设置显卡cuda算力,我的是3060laptop,算力是8.6
本文标签: Windows pycocotools
版权声明:本文标题:Windows上安装 pycocotools 失败 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1732785991h1555043.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论