Open niphiwi opened 10 months ago
We currently have trouble building conda wheels on Windows, that's why it is probably downgrading you to an earlier PyTorch version. Would installing from pip
work for you for now?
Installing from pip is okay for me (and works). I was just curious about the behavior and did not find a related issue here. But then it's probably related to the warning in the PyG documentation ("Conda packages are currently not available for Windows and M1/M2/M3 macs")?
Yes :(
I am having this same issue on Linux.
On a fresh conda environment with only PyTorch 2.1.2 cpuonly (and its dependencies installed), I want to install Pytorch Cluster.
conda install pytorch-cluster -c pyg
throws me the following error:My understanding is that my problem is the incompatibility with Python 3.11. Therefore I downgrade to Python 3.10:
Now, however, it tries to downgrade to PyTorch 1.12.1. Why is that? I was able to install PyTorch Cluster with Pip in the past, but what's the problem with conda that I am missing?