-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Can't install torch-scatter for PyTorch 1.5.0 nightly #942
Comments
Interesting! Our build system runs with |
Good to know, thanks! I will retrace my steps -- maybe I missed something. |
hi,have you obtained the solution to the problem? I installed the torch-scatter and sparse from the provided whl, when i run the examples, it said the scatter was only supported by pytorh 1.4. |
where you able to fix this issue? I'm facing the same error |
I am now facing this issue too, and I am working on a fix. |
looks like it's gcc vs nvcc incompitability quirk. I upgraded to gcc 7 and the installation passed without a problem. NVIDIA/MinkowskiEngine#124 |
I will try that, thank you. |
Yes, that was it. PyG now fully works with PyTorch 1.5. |
📚 Installation
Environment
Checklist
nvcc
.Additional context
I am trying to use PyG with PyTorch 1.5.0 nightly since it supposedly solves the bug I am encountering (I am using nightly PyTorch build since I have a bug for PyTorch 1.4.0 which is supposedly fixed in nightly version (pytorch/pytorch#32395).
Everything installs perfectly fine for the PyTorch 1.4.0. I also tried to downgrade for PyTorch 1.2.0 (my old environment works on it) but PyG is no longer supporting it.
The text was updated successfully, but these errors were encountered: