我是靠谱客的博主 香蕉乌冬面,最近开发中收集的这篇文章主要介绍错误:The ‘pycocotools>=2.0‘ distribution was not found and is required by the application,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

问题1:

The ‘pycocotools>=2.0’ distribution was not found and is required by the application

Windows10安装pycocotools方法,亲测可用!
如果遇到:No module named ‘pycocotools’ 错误,说明你的环境需要安装pycocotools,以下介绍在Windows10下安装pycocotools的方法,亲测可用 ,转载大佬的方法很有用。

从 https://github.com/pdollar/coco.git 这个网址下载源码(直接把压缩包下下来),解压到本地(按理来说哪儿都可以,但是既然能遇到这种问题,说明还是懂中文路径不友好的,所以放到英文路径下,个人建议为了方便管理和记忆,放到python安装目录或者anaconda安装目录下的文件夹,比如Tools文件夹);
进入cocoapi-master/PythonAPI文件夹,在此处打开Powershell窗口(shift+鼠标右键,就能看到了),运行命令:python setup.py build_ext --inplace
如果运行不报错更好,报错的话如果是cl: 命令行 error D8021 :无效的数值参数“/Wno-cpp” 和 cl: 命令行 error D8021 :无效的数值参数“/Wno-unused-function”,不用担心,打开上面的setup.py文件,直接删除这两个参数就可以。
然后再运行上面的命令,就没问题了。
上一步没问题,则继续在Powershell窗口运行命令:python setup.py build_ext install
上一步没问题这一步肯定不会报错了,恭喜你已经安装完成,从哪儿来回哪儿去就行了(你懂得我说的是出现这个错误的地方,嘿嘿)。

源地址:https://blog.csdn.net/m0_46976404/article/details/107967133

问题2

The ‘thop’ distribution was not found and is required by the application

解决方案:

python -m pip install thop

原文链接:https://blog.csdn.net/weixin_41194129/article/details/114857829

最后

以上就是香蕉乌冬面为你收集整理的错误:The ‘pycocotools>=2.0‘ distribution was not found and is required by the application的全部内容,希望文章能够帮你解决错误:The ‘pycocotools>=2.0‘ distribution was not found and is required by the application所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(35)

评论列表共有 0 条评论

立即
投稿
返回
顶部