pytorch_cluster icon indicating copy to clipboard operation
pytorch_cluster copied to clipboard

Unable to pip install torch-cluster

Open atharvabagde opened this issue 1 year ago • 2 comments
trafficstars

I am trying to replicate a GitHub repo and thus installing some older versions of packages. I have create a virtualenv using Pyenv with : Python: 3.7.12 torch:1.12.0 OS: MacOS M2 Sonoma 14.1 pip: 24.0

while trying to install torch-cluster using

pip install torch-cluster==1.5.9

I get the following error

Screenshot 2024-02-26 at 12 12 39 PM

atharvabagde avatar Feb 26 '24 17:02 atharvabagde

This is fixed on master via https://github.com/rusty1s/pytorch_cluster/pull/208. You can do

pip install git+https://github.com/rusty1s/pytorch_cluster.git

for now

rusty1s avatar Feb 26 '24 19:02 rusty1s

Hi I still have the same problem. I am trying to use unpool.knn_interpolate function via torch_geometric. I did not have to use torch-cluster previously, but it requires torch-cluster after updating the system. Please assist.

hafizalsree avatar Apr 11 '24 15:04 hafizalsree