-
Notifications
You must be signed in to change notification settings - Fork 25
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
Old version of a package installed instead of the latest #64
Comments
cc @jaimergp |
cc @wolfv |
Yeah, I am quite sure this is the same issue as with jupyterlab & python: mamba-org/mamba#1581 The problem is that the One solution that I've experimented with is this one: mamba-org/mamba#1716 Ideally, we get a cryptography rebuild that is compatible with openssl 3 :/ |
Thanks for the details! Let me know if there's something I can do to help, Wolf! The openssl/cryptography issue looks hairy conda-forge/cryptography-feedstock#98 😬 (but it's a Windows-only issue). |
Retried today and it's no longer an issue (maybe because
More specifically:
which match the latest available as of today: This might come up again in the future if a migration that splits low-level packages in too many branches comes up again, but we'll need reproducers then, so I am inclined to close this for now. |
Would have capturing the conda-forge repodata.json file at the time helped here? |
Yes, it should, although we have never run a controlled experiment on how reproducible it is. Theory says it should, and technically we can also reproduce the conditions back then with some work. Ultimately this comes to the libsolv algorithm so we can only control so much. |
* add tests for some solver behaviour known issues * restore line * pre-commit * add some docs * add news * add time-machine script for repodata rollbacks * add test for #64 * pre-commit
Checklist
What happened?
Running this command:
would install a very old version of Panel -
0.1.0a14
that is 3 years old - while the same command without the experimental solver would install the latest version -0.14.0a2
.Conda info
Conda config
Conda list
No response
Log file & additional context
No response
The text was updated successfully, but these errors were encountered: