-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Library Not Loaded Error - macOS Big Sur #6530
Labels
Comments
What happens if you run |
It works just fine! |
FYI, similar error
Similar fix uninstalling Setup
pip install torch==1.12.1 pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv torch_geometric -f https://data.pyg.org/whl/torch-1.12.0+cpu.html |
I hit the same issue today :( I tried many different things, but in all scenarios the final binary was searching for a Python folder in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Describe the bug
I am current encountering an error when trying to convert networks graphs to pytorch geometric data on macOS Big Sur 11.7 using Python 3.10.9. It looks like it's an issue with the MacOS build of
pyg
.Code to Re-create Error
The Error
Possible Cause
From having a bit of a google, there are several examples of other issues reporting the errors with GitHub Runners and CI/CD failures (Example) with very similar paths in the error trace. Whilst this deffo' isn't out problem here, the very end of the error
Library not loaded: /Users/runner/hostedtoolcache/Python/3.10.8/x64/lib/libpython3.10.dylib
suggests that an absolute path is being dropped in somewhere to the MacOS build and might be causing this failure?Environment
conda
,pip
, source): piptorch-scatter
): pyg-lib 0.1.0+pt113The text was updated successfully, but these errors were encountered: