解决pycocotools/_mask.c:646:10: fatal error: maskApi.h: No such file or directory
时间:2021-06-28 20:59:00
收藏:0
阅读:0
有人说要先安装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
就成功了。
评论(0)