Chasel-Tsui / mmdet-rfla

ECCV22: RFLA
MIT License
257 stars 23 forks source link

aitodpycocotools安装失败 #56

Open tgf123 opened 1 year ago

tgf123 commented 1 year ago

_){8A%(319)87BJPED11D7O

Yuanyang-Zhu commented 1 year ago

pip install "git+https://github.com/jwwangchn/cocoapi-aitod.git#subdirectory=aitodpycocotools" 安装这个就好了

2autumn commented 1 year ago

37b3dea5419dbb40d9dea3b087a8e6b

2autumn commented 1 year ago

pip install "git+https://github.com/jwwangchn/cocoapi-aitod.git#subdirectory=aitodpycocotools" 安装这个就好了

也不行

Harold0530-zhang commented 1 year ago

image 下载zip手动pip,总是找不到maskApi.c, 报错:gcc: error: ../common/maskApi.c: No such file or directory。请问该如何解决呢

Harold0530-zhang commented 1 year ago

可以下载一个cython,“pip install cython”,然后安装,就解决了

sevenwgb commented 9 months ago

1.安装较低版本的cpython 参考:https://blog.csdn.net/m0_52317152/article/details/132185686 2.安装aitodpycocotools 指令: pip install "git+https://github.com/jwwangchn/cocoapi-aitod.git#subdirectory=aitodpycocotools"

Tuerte commented 9 months ago

download cocoapi-aitod-master.zip---unzip it---cd ./aitodpycocotools---"cmd: python setup.py install". otherwise, you may need to reduce version of cython (maybe 0.29.36)

RayCyder commented 2 months ago

git clone aitodpycocotools代码,然后自己改路径能解决。就是路径配置问题;