installation problems #9762
Replies: 1 comment
-
I fixed this issue by installing python by |
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.
-
I have a 3.11.5 virtual-env (using pyenv). It looks like I already have pyg-lib and torc-sparse. But, while running PyG code, I get the classic error
ImportError: 'NeighborSampler' requires either 'pyg-lib' or 'torch-sparse'
. Below are some installation details of my machine (M1 Mac, Sonoma 14.6.1). Any help is appreciated.The strange thing is that I do not see "
/Library/Frameworks/Python.framework/
"When I run a basic PyG code, I get
ImportError: 'NeighborSampler' requires either 'pyg-lib' or 'torch-sparse'
.Beta Was this translation helpful? Give feedback.
All reactions