码迷,mamicode.com
首页 > Windows程序 > 详细

windows安装pycocotools

时间:2020-03-23 20:41:36      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:install   targe   cot   pytho   blank   err   https   windows   windows环境   

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

标签:install   targe   cot   pytho   blank   err   https   windows   windows环境   

原文地址:https://www.cnblogs.com/zhengbiqing/p/12552775.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!