DiffDock
DiffDock copied to clipboard
torch-sparse-0.6.17 not compatible
pip install torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric==2.0.4 -f https://data.pyg.org/whl/torch-1.11.0+cu117.html
will install latest torch-sparse which is incompatible.
Should be changed to:
pip install torch-scatter torch-sparse==0.6.14 torch-cluster torch-spline-conv torch-geometric==2.0.4 -f https://data.pyg.org/whl/torch-1.11.0+cu117.html
You could try to downlgrade the torch-sparse's vertion to 0.6.14. That worked for me