方法一
下载whl文件,然后pip一下就可以啦
各版本pycocotools.whl文件
方法二
- 在 GIT官网上下载 GIT
- 将GIT添加到PATH,控制面板:>系统与安全=>系统=>高级系统设置=>环境变量=>path 编辑=>新建
-
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
【Error】windows报错:No module named ‘pycocotools‘
阅读 83
2023-03-08
方法一
下载whl文件,然后pip一下就可以啦
各版本pycocotools.whl文件
方法二
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
相关推荐
精彩评论(0)