You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RuntimeError: Not compiled with METIS support
looks like there is version incompatibility between PyTorch and the torch_sparse/torch_scatter packages. so that the METIS was picked up.
May I ask which version of torch_sparse and torch_scatter I should install?
The text was updated successfully, but these errors were encountered:
RuntimeError: Not compiled with METIS support looks like there is version incompatibility between PyTorch and the torch_sparse/torch_scatter packages. so that the METIS was picked up.
May I ask which version of torch_sparse and torch_scatter I should install?
hi, @hrch3n !I have encountered the same issue as well. Have you solved the problem now? If so, could you please share your solution with me? Thank you very much!
I'm running the demo but encountering this error:
RuntimeError: Not compiled with METIS support
looks like there is version incompatibility between PyTorch and the torch_sparse/torch_scatter packages. so that the METIS was picked up.
May I ask which version of torch_sparse and torch_scatter I should install?
The text was updated successfully, but these errors were encountered: