pytorch_geometric icon indicating copy to clipboard operation
pytorch_geometric copied to clipboard

Request wheels for PyTorch 2.7

Open shuuul opened this issue 7 months ago • 3 comments

😵 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

shuuul avatar May 03 '25 06:05 shuuul

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.

akihironitta avatar May 06 '25 09:05 akihironitta

Wheels for PyTorch 2.7 are available on nightly releases.

akihironitta avatar May 07 '25 16:05 akihironitta

Keeping this issu open until torch-scatter and torch-sparse adds support for PyTorch 2.7.

akihironitta avatar May 07 '25 16:05 akihironitta

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.

agkphysics avatar Jul 07 '25 00:07 agkphysics

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

akihironitta avatar Sep 05 '25 19:09 akihironitta