Open
Description
I am getting the following error from the torch-scatter:
RuntimeError: Not compiled with CUDA support
I have tried multiple solutions suggested on this channel, but none worked.
I am currently running on torch= 2.0.1+cu117.
Things that I have tried when installing the package:
- pip install --no-cache-dir torch-scatter==2.1.1 -f https://data.pyg.org/whl/torch-2.0.1+cu117.html
- pip install torch-scatter==2.1.1 -f https://data.pyg.org/whl/torch-2.0.1+cu117.html
- pip install torch-scatter https://data.pyg.org/whl/torch-2.0.1+cu117.html
- pip install torch-scatter
Before each of the above installations, I was first uninstalling torch-scatter.
Does anyone know why this is happening?