Open corwinliu opened 5 years ago
I have a similar issue. I tried fixing the absolute path of the folder in gconv.py. But when I try to load the file I see:
OSError: dlopen(/Users/gd/eclipse-workspace/DynamicGEM/dynamicgem/dynamictriad/core/mygraph.so, 6): no suitable image found. Did find: /Users/gd/eclipse-workspace/DynamicGEM/dynamicgem/dynamictriad/core/mygraph.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x03 /Users/gd/eclipse-workspace/DynamicGEM/dynamicgem/dynamictriad/core/mygraph-build/mygraph.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x03
I meet the same issue. Can you tell me how to solve it? Thanks.
I have install the dependencies, and when I run example/example.py, an error occurs as follows:
Maybe it happened because of the instruction: "Also for compiled c mygraph.so module change the /dynamicGEM/dynamcigem/dynamictriad/core/gconv.py file by replacing with the absolute path of the dynamicGEM folder" in README. And I don't understand what it means.
My platform is macOS Mojave 10.14.3 with python3.6.5 Thank you for your help.