wxwilcke / mrgcn

Multimodal Relational Graph Convolution Network
https://gitlab.com/wxwilcke/mrgcn
GNU General Public License v3.0
20 stars 2 forks source link

ModuleNotFoundError: No module named 'mrgcn.data' #2

Open loveFaying opened 1 year ago

loveFaying commented 1 year ago

Dear author, I followed the steps of READEM.md (v2) to try to run the program, The following error occurred in the first step and cannot be resolved

 from mrgcn.data.io.knowledge_graph import KnowledgeGraph
ModuleNotFoundError: No module named 'mrgcn.data'

Hope to get your reply, thank you.

wxwilcke commented 1 year ago

Hi,

I've migrated the old legacy packaging to the newer namespace variant. I've just tested it on a clean install and it seems to have solved the issue. Please let me know if you still experience issues.

Best, Xander