MsCongs

Results 7 comments of MsCongs

> Looks like you installed `torch-cluster` without CUDA support. How did you install it in the first-place? I install it using this command 'pip install torch-cluster -f https://data.pyg.org/whl/torch-1.11.0+cu117.html' I think...

> If you look at the installation path of `torch-cluster` in `site-packages/`, do you see the binaries for CUDA? This should be called something like `*_cuda`. No, I don't see...

I solved this problem! I uninstalled the torch-cluster and installed it again using this command "conda install pytorch-cluster -c pyg" instead of original "pip install torch-cluster -f https://data.pyg.org/whl/torch-1.11.0+cu117.html" . Thank...

I had the same error as you. And I solved the error by downlgrading the torch-sparse's vertion to 0.6.14. You could have a try:)

I had the same error as you. And I solved the error by downlgrading the torch-sparse's vertion to 0.6.14. You could have a try:)

You could try to downlgrade the torch-sparse's vertion to 0.6.14. That worked for me

I solved this problem! I uninstalled the torch-cluster and installed it again using this command "conda install pytorch-cluster -c pyg" instead of original "pip install torch-cluster -f https://data.pyg.org/whl/torch-1.11.0+cu117.html" . If...