-
Notifications
You must be signed in to change notification settings - Fork 181
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
torch-scatter gives RuntimeError: Not compiled with CUDA support #394
Comments
What happens if you install via
|
Used
instead, and got the following error: error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
Can you set the |
Still getting an error. This is the full message (sorry for the lengthy copy)
|
Mh, I am not totally sure TBH. Never seen this error before. What is the
which may be related to this issue. |
I'm getting this exact same issue |
Me too! |
Using CUDA11.8, scatter_add works but scatter_max shows this error |
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:
Before each of the above installations, I was first uninstalling torch-scatter.
Does anyone know why this is happening?
The text was updated successfully, but these errors were encountered: