rusty1s / pytorch_cluster

PyTorch Extension Library of Optimized Graph Cluster Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to pip install torch-cluster

atharvabagde opened this issue · comments

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

This is fixed on master via #208. You can do

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

for now