ImportError: OSError: .../lib/python3.9/site-packages/libpyg.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv when I import pyg_lib #289
-
|
Dear community, Here is a partial list from I installed the dependencies of PyG using the wheel. When I import pyg_lib,the following error occurs: In another conda environment, I installed PyTorch through binaries: it can be referenced successfully. What caused these errors? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
It looks like in the earlier environment, you have PyTorch installed from a custom commit. Pre-built wheels of |
Beta Was this translation helpful? Give feedback.
I have resolved this issue through Installation from Source.
Thanks.