Skip to content
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

pyg_lib module installation not available #2516

Open
JasonMts opened this issue Oct 18, 2024 · 0 comments
Open

pyg_lib module installation not available #2516

JasonMts opened this issue Oct 18, 2024 · 0 comments

Comments

@JasonMts
Copy link
Contributor

Canary models sage, gcn and gat attempt to install the pyg_lib module during their installation process but their requirements files do not include the link for the custom wheel which is needed as noted in the pyg-lib module’s README, or hard code to torch-2.1.0+cpu, which makes them fail for other versions.

This causes the following error:

$ python benchmark/install.py sage --canary -v
checking packages numpy, torch, torchvision, torchaudio are installed, generating constaints...OK
running setup for /home/user/benchmark/torchbenchmark/canary_models/sage...decompressing input tarball: /home/user/benchmark/torchbenchmark/data/Reddit_minimal.tar.gz...OK
Looking in indexes: ...api/pypi/pypi-virtual/simple, https://pypi.python.org/simple/ 
ERROR: Could not find a version that satisfies the requirement pyg_lib (from versions: none)
ERROR: No matching distribution found for pyg_lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant