pycocotools/_mask.c:547:21: fatal error: maskApi.h: No such file or directory

在编译cocoapi时出现了

pycocotools/_mask.c:547:21: fatal error: maskApi.h: No such file or directory

的错误提示,原因在于新的环境里面没有安装cython。

解决办法:

sudo pip install cython #python2

sudo pip3 install cython # python3

posted @ 2022-11-13 22:36  dlhl  阅读(261)  评论(0)    收藏  举报