-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conda installation wants to downgrade to PyTorch 1.12.1 #202
Comments
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 |
Installing from pip is okay for me (and works). I was just curious about the behavior and did not find a related issue here. |
Yes :( |
I am having this same issue on Linux. |
This issue had no activity for 6 months. It will be closed in 2 weeks unless there is some new activity. Is this issue already resolved? |
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?
The text was updated successfully, but these errors were encountered: