rusty1s / pytorch_scatter

PyTorch Extension Library of Optimized Scatter Operations

Home Page:https://pytorch-scatter.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install torch-scatter=1.3.2 ?

Alex-bd opened this issue · comments

How to install torch-scatter=1.3.2 in an environment with torch=1.3.0? I tried pip install and source code compilation, but both reported errors.

It would be a bit easier if you could upgrade to at least PyTorch 1.4, since starting from there, we added binaries for installation, see here. It's a bit hard to tell what is needed on your end to compile torch-scatter==1.3.2 (it's now nearly 4 years old :)). Feel free to post the installation log with any errors and I can try to take a look.

Thank you very much for your prompt response. My problem has been resolved due to an issue with the Cuda path, and it has been resolved. Thank you very much for letting me pay attention to the specific error message.