-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Conda installation defaults to using a very old version (0.8.5) instead of latest version (1.7) #14374
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
Comments
not sure, but it sounds strange that would take a version so old... :( |
ok, let me add CI for installing on conda... 🐰 |
Hi everyone, what |
My conda version was conda 4.12.0 (still is) and I'm on MacOS |
I am running in circles while trying to reproduce this and was just not able to. Only thing that is remotely notable about Could please all of you who are able to reproduce this behavior (@awaelchli, @maxencewynen, @TheShadow29) post here:
Thank you! |
There's one more notable difference between |
I initially reproduced using #14374 (comment) |
I can confirm as well. It now uses 1.7.6. I am not sure what changed though. My conda env is same as it was last time. My guess is some dependency somewhere was removed but I am not sure. |
It might have been Let's wait on @maxencewynen and if he reports no issue anymore, I will close this. If he's able to still reproduce, I will investigate further (although I don't know where to anymore 😂) |
It is possible something was broken and got fixed by this PR conda-forge/pytorch-lightning-feedstock#97 |
@maxencewynen Has this been resolved for you as well? Would you mind checking that it downloads the latest version now? Thanks! |
Sorry for the late reply. The issue has been resolved for me as well! |
Awesome! 🚀 Closing this issue then |
Faced this today with latest conda (22.9.0). Resolved only with specifying pytorch-lightning==1.7.7. (probably worth mentioning that I have conda-forge added to default channels in .condarc) |
Also observed this happening ( Edit: |
🐛 Bug
On a new environment, doing the conda installation results in installing "conda-forge/noarch::pytorch-lightning-0.8.5-py_0".
To Reproduce
Expected behavior
It should install latest version when possible.
Environment
conda
,pip
, source): condaThe text was updated successfully, but these errors were encountered: