Skip to content
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

Open
ntnn19 opened this issue Jun 13, 2021 · 5 comments
Open

Illegal instruction (core dumped) #25

ntnn19 opened this issue Jun 13, 2021 · 5 comments

Comments

@ntnn19
Copy link

ntnn19 commented Jun 13, 2021

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!

@zechengz
Copy link
Collaborator

Does PyTorch Geometric successfully be installed?

@ntnn19 ntnn19 closed this as completed Jun 16, 2021
@ntnn19 ntnn19 reopened this Jun 16, 2021
@ntnn19
Copy link
Author

ntnn19 commented Jun 16, 2021

Yes, I verified it today.

@zechengz
Copy link
Collaborator

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 Illegal instruction (core dumped) is usually caused by PyG or PyTorch. Can you briefly describe your task and send the error log?

@ntnn19
Copy link
Author

ntnn19 commented Jun 20, 2021

I am trying to do inductive node regression using ~200 structurally distinct graphs.

image

@ipsitmantri
Copy link
Contributor

@ntnn19 What versions of Python, Pytorch, PyG and Networkx do you have? I have Python 3.7.10, Pytorch 1.9.0, PyG 2.0.1, and Networkx 2.5.1 and deepsnap 0.2.1 and it is working fine in my case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants