其他分享
首页 > 其他分享> > 解决pycocotools/_mask.c:646:10: fatal error: maskApi.h: No such file or directory

解决pycocotools/_mask.c:646:10: fatal error: maskApi.h: No such file or directory

作者:互联网

有人说要先安装Cython,但是我安装了Cython之后还是报这个错误,然后就换了一种安装思路

先去清华源镜像站https://opentuna.cn/pypi/web/simple/pycocotools/下载pycocotools-2.0.2.tar.gz

然后cd到pycocotools-2.0.2.tar.gz所在的目录执行pip install pycocotools-2.0.2.tar.gz

就成功了。

标签:Cython,10,tar,No,gz,such,pycocotools,2.0,安装
来源: https://www.cnblogs.com/holiday2018/p/14944160.html