-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Illegal instruction (core dumped) #25
Comments
Does PyTorch Geometric successfully be installed? |
Yes, I verified it today. |
That's a little bit strange. Because DeepSNAP is almost based on PyTorch, PyG and NetworkX, and all other implementations are just pure Python. The kind of error like |
@ntnn19 What versions of Python, Pytorch, PyG and Networkx do you have? I have |
I installed deepsnap on a remote machine using pip, with the below dependencies first:
PyTorch --> https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html
NetworkX --> https://github.com/networkx/networkx
But when I import:
from deepsnap.graph import Graph
I get:
Illegal instruction (core dumped)
Thank you!
The text was updated successfully, but these errors were encountered: