-
Notifications
You must be signed in to change notification settings - Fork 182
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
ModuleNotFoundError: No module named 'scatter_cuda' #8
Comments
Hi,
seems to be a PyTorch/GPU/CUDA error. Which GPU and CUDA version are you using? |
Related pytorch/pytorch#3361 |
I am using Cuda 8.0. The GPU is allocated from a pool of resources though it is most likely to be The log of |
Glad that it is now working. What was the exact problem? |
I am not sure. I just followed your suggestion of |
Have the same problem when install from pip, build from source worked fine. I'm using cuda9.2 on ubuntu18. |
Hey
I am trying to use the package. I installed it via both pip and source. It works fine on the cpu but when I try to import
scatter_cuda
on a gpu, it gives me the following error:from torch_scatter import scatter_max
I made sure to check te pytorch version (
'0.4.1'
) and setup $PATH and $CPATH . For reference, they look like$PATH=...anaconda3/envs/torch0.4.1/bin::/usr/local/cuda/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/sbin
$CPATH=/usr/local/cuda/include
Edit:
Running
python3 setup.py test
returnsThe text was updated successfully, but these errors were encountered: