malllabiisc / EmbedKGQA

ACL 2020: Improving Multi-hop Question Answering over Knowledge Graphs using Knowledge Base Embeddings
Apache License 2.0
414 stars 96 forks source link

ModuleNotFoundError: No module named '_Box2D' #45

Closed Ironeie closed 3 years ago

Ironeie commented 3 years ago

In KGQA/RoBERTa/main.py you import kge module. Although I've installed the kge module from pip, it shows "ModuleNotFoundError: No module named '_Box2D'", where there's even no even the same situation on google. Have you encountered it and how did you overcome?

dinani65 commented 3 years ago

I have the same problem, have you handled it?