Windows上安装 pycocotools 失败:ERROR: Failed building wheel for pycocotools
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows上安装 pycocotools 失败:ERROR: Failed building wheel for pycocotools相关的知识,希望对你有一定的参考价值。
参考技术A 什么是pycocotools : pycocotools是python api tools of COCO。COCO是一个大型的图像数据集,pycocotoolos api有助于在COCO中加载、解析和可视化annotations.
问题 :在Windows上, 用pip install pycocotools命令安装pycocotools失败
下面是老的解决方式,不建议采用:
第一步 ,在anaconda虚拟环境中安装git
[ 注意 ]:由Anaconda 404报错导致的安装git失败
然后重新配置anaconda资源路径
在Windows anaconda中运行.sh文件的方法,例如
请先执行命令,安装Bash命令支持:
来自Lit_ca8c网友的解决方案 :
pycocotools is for linux, since you\'re using windows 10
windows安装pycocotools
windows环境下安装pycocotools用:
pip install pycocotools
是无法安装成功的。
需到https://github.com/philferriere/cocoapi下载源码,解压后切换到源码的PythonAPI目录,执行:
python setup.py build_ext --inplace
python setup.py build_ext install
安装成功。
以上是关于Windows上安装 pycocotools 失败:ERROR: Failed building wheel for pycocotools的主要内容,如果未能解决你的问题,请参考以下文章