Segmentation fault with "from torch_geometric.nn import GCNConv" #5523
Unanswered
Accelerator-thu
asked this question in
Q&A
Replies: 2 comments
-
Also, it seems that whenever I want to import something from torch_geometric.nn, there comes a Segmentation fault at the specific line. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I guess there is a mismatch between your PyTorch and external packages |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When executing


from torch_geometric.nn import GCNConv
, I got aSegmentation fault (core dumped)
And with faulthandler, results are:
How should I fix this?🤔
Beta Was this translation helpful? Give feedback.
All reactions