-
Notifications
You must be signed in to change notification settings - Fork 39
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
Installation fails due to ERROR: Could not find a version that satisfies the requirement pyg-lib
on macOS
#211
Comments
Yeah, that's because we don't yet provide pre-built M1 wheels, and
|
now i get this error:
|
You need to install PyTorch beforehand before being able to install |
Pytorch is installed |
I am a bit confused. We currently don't use |
I meet this error on my m1 mac:
|
i checked the install infomation and found that when i use |
reinstalled the python3.7:
still have same error:
i installed pyg_lib by wheel this time 'pyg_lib-0.1.0+pt113-cp37-cp37m-macosx_10_15_x86_64.whl' |
Yes, wheel support for M1 is not supported at the moment. You would need to install from source for |
Hmm, @Joe-Miccio 's error may not be limited to M1 Macs -- I'm also getting the same error, but on an Intel Mac. Any ideas?
|
Looks like your system cannot find your python env. Can you add it to |
I installed pyg by this rusty1s/pytorch_scatter#241 (comment), and its helpful. pytorch version = 1.13.0, not sure whether different version is work. Maybe this can help you. |
I tried installing it from source but it didn't work either.
|
UPDATE: Installing rdkit seems to solve the issue somehow. |
Yes, you need |
ERROR: Could not find a version that satisfies the requirement pyg-lib
on macOS
😵 cant install pyg
Everytime i use the command:
pip install pyg-lib -f https://data.pyg.org/whl/torch-1.13.1+cpu.html
I get the error message
ERROR: Could not find a version that satisfies the requirement pyg-lib (from versions: none) ERROR: No matching distribution found for pyg-lib
Environment
pyg-lib
version: n/apyg-lib
(conda
,pip
, source): pipThe text was updated successfully, but these errors were encountered: