pyg-team/pyg-lib

pyg-lib missing from torch==2.0.0 wheels

marcosfelt opened this issue ยท 2 comments

๐Ÿ› Describe the bug

Running any of the following install commands on Linux fails

pip install pyg-lib  -f https://data.pyg.org/whl/torch-2.0.0+cpu.html
pip install pyg-lib  -f https://data.pyg.org/whl/torch-2.0.0+cu117.html
pip install pyg-lib  -f https://data.pyg.org/whl/torch-2.0.0+cu118.html

Upon inspection of data.pyg.org/whl/, I see that pyg-lib is missing from the torch-2.0.0 directories.

Environment

  • pyg-lib version: latest
  • PyTorch version:
  • OS: Ubuntu
  • Python version: 3.8
  • CUDA/cuDNN version: 1.18
  • How you installed PyTorch and pyg-lib (conda, pip, source): pip
  • Any other relevant information:

Yes, you currently have to use the nightly wheels for pyg-lib+PyTorch 2.0. We will release a new pyg-lib version tomorrow or on Wednesday. Closing this issue as this is already tracked.

Thanks for the quick response :)