安装pycocotools报错ERROR:Command errored out with exit status 1: python setup.py egg_info Check the logs

案发现场:

  • 快安装完毕了,来了个突然袭击
    安装pycocotools报错ERROR:Command errored out with exit status 1: python setup.py egg_info Check the logs
  • 写这个blog 不只是为了解决这一个问题,授之以鱼不如授之以渔,有问题不要慌,尤其关注小白
  • 其实大概率的报错信息里面就已经给你提示了答案,照着做就可以解决,不用把问题po到Google或者baidu,找到的不一定是针对你这个问题的
  • 仔细阅读报错信息
  • 仔细阅读报错信息
  • 仔细阅读报错信息
  • 重要的事情说三遍
  • 这个问题按照上面的截图里面的信息操作就可以解决了
  • 信息提示缺少Cython lib
  • pip search Cython
  • 安装pycocotools报错ERROR:Command errored out with exit status 1: python setup.py egg_info Check the logs
  • 安装上Cython lib
  • 安装pycocotools报错ERROR:Command errored out with exit status 1: python setup.py egg_info Check the logs
  • 安装pycocotools报错ERROR:Command errored out with exit status 1: python setup.py egg_info Check the logs
  • 细心 细心 再细心, 终能修成正果