-
Notifications
You must be signed in to change notification settings - Fork 384
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
compatibility fixes for conda 23.9 and conda-libmamba-solver 23.9 #2878
Conversation
We should probably also add a lower bound to the conda dependency inthe environment dev file |
Also we may want to backport this fix to a 1.x branch; with all recent API breaking changes, next release of mamba will be 2.0 and is not planned for soon. |
Thanks! |
Let me know once such a branch is available. I'll be happy to backport! @JohanMabille |
@jaimergp thanks! Here you go: https://github.com/mamba-org/mamba/tree/1.x |
@JohanMabille 🚀 -> #2890 |
…-solver 23.9 (#2890) * trim * pre-commit * raise * require conda 23.9.0+
There have been some changes that break
mamba
's CLI:conda
has deprecatedensure_name_or_prefix
. We do that manually now.conda
does not takecontext
as an argument ininit_loggers
anymore.conda-libmamba-solver
exposes the samerepoquery
subcommand through the subcommand plugin system, which causes a conflict in Python 3.11. Interestingly only in that version.