Request wheels for PyTorch 2.7
😵 Describe the installation problem
request official wheel support for PyTorch 2.7. As of now, it appears that pre-built wheels for PyTorch Geometric and its dependencies (such as torch-scatter, torch-sparse, etc.) are not available for the latest PyTorch 2.7 release.
Environment
No response
For pyg-lib, it's in progress in https://github.com/pyg-team/pyg-lib/pull/442. Wheels for PyTorch 2.7 should be ready sometime this week.
Wheels for PyTorch 2.7 are available on nightly releases.
Keeping this issu open until torch-scatter and torch-sparse adds support for PyTorch 2.7.
The current released PyG is still not completely compatible with PyTorch 2.7. For example, https://github.com/pyg-team/pytorch_geometric/pull/9983 has not yet been released.
Wheels built with PyTorch 2.7 should be available now. Please let us know if you encounter any issues.
pip install pyg-lib torch-scatter torch-sparse torch-cluster torch-spline-conv -f https://data.pyg.org/whl/torch-2.7.0+cpu.html
pip install pyg-lib torch-scatter torch-sparse torch-cluster torch-spline-conv -f https://data.pyg.org/whl/torch-2.7.0+cu118.html
pip install pyg-lib torch-scatter torch-sparse torch-cluster torch-spline-conv -f https://data.pyg.org/whl/torch-2.7.0+cu126.html
pip install pyg-lib torch-scatter torch-sparse torch-cluster torch-spline-conv -f https://data.pyg.org/whl/torch-2.7.0+cu128.html