nvcc.(pt1) lirui@lirui:~$ pip install --verbose --no-cache-dir torch-scatter
Non-user install because site-packages writeable
Created temporary directory: /tmp/pip-ephem-wheel-cache-4hk8xft8
Created temporary directory: /tmp/pip-req-tracker-t99has2e
Initialized build tracking at /tmp/pip-req-tracker-t99has2e
Created build tracker: /tmp/pip-req-tracker-t99has2e
Entered build tracker: /tmp/pip-req-tracker-t99has2e
Created temporary directory: /tmp/pip-install-jxdlw8rc
1 location(s) to search for versions of torch-scatter:
The latest releases require PyTorch 1.4. If you do not want to upgrade, try torch-scatter=1.4.0 and torch-sparse=0.4.4.
Thank you very much. I have installed the two packages sucessfully
@rusty1s Can you provide a list about the old version(pytorch1.1, 1.2 with scatter==? ,torch-sparse==? and so on) about the installation ? Due to some reason, we can't update pytorch to 1.4(especiall cuda10.1).
torch-scatter==1.4.0
torch-sparse==0.4.3
torch-cluster==1.4.5
@rusty1s hi, thank you for great work! I am installing geometric with pytorch==1.1.0 on cuda 90, could you help me with the correct version of "torch-spline-conv" and "torch-geometric"? Thank you so much!
torch-scatter==1.4.0
torch-sparse==0.4.3
torch-cluster==1.4.5
For PyTorch 1.1.0, you want to install
torch-geometric==1.3.2
torch-spline-conv==1.1.0
You can always look that up by yourself by inspecting the release sections, e.g., see here.
Most helpful comment
torch-scatter==1.4.0torch-sparse==0.4.3torch-cluster==1.4.5