rizavelioglu / hateful_memes-hate_detectron

Detecting Hate Speech in Memes Using Multimodal Deep Learning Approaches: Prize-winning solution to Hateful Memes Challenge. https://arxiv.org/abs/2012.12975
https://rizavelioglu.github.io/publication/2021-04-msc-thesis
MIT License
54 stars 19 forks source link

Error installing MMF #6

Open Arnavsmayan opened 9 months ago

Arnavsmayan commented 9 months ago

ERROR: Could not build wheels for pycocotools, tokenizers, which is required to install pyproject.toml-based projects

forro1 commented 6 months ago

I also met this error when installing MMF. Are you installing it in Windows? The error message recommends me installing it using pip install --use-pep517, which I have tried but it not works.

forro1 commented 6 months ago

hey, I have solved the problems after I lowered the edition of Cython to 0.29.36. I hope this can help pip install cython==0.29.36