pytorch_cluster
pytorch_cluster copied to clipboard
Unable to pip install torch-cluster
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
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
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.