-
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
23.9.0 repoquery subcommand breaks mamba command-line on Python 3.11 #303
Comments
Thanks for the report. I'll take a look and see if there's anything we can do from our side. FWIW conda 23.9.0, which is being released this week, will have incompatibilities with |
Added in mamba-org/mamba#2878 |
mamba 1.5.2 is out. Can you check whether the fix included there is working, @minrk? Thanks! |
@jaimergp seems fine with conda 23.9.0, conda-libmamba-solver 23.9.2, mamba 1.5.2. Thanks! |
Checklist
What happened?
Installing up-to-date conda-libmamba-solver (23.9.0), conda (23.7.4), and mamba (1.5.1) results in an entirely non-working mamba command-line:
This appears to be specific to Python 3.11, and may relate to mamba's use of private argparser APIs. 23.7.0 does not have this issue. I don't actually know if this is bug in this package or mamba's own CLI.
Conda Info
Conda Config
Conda list
Additional Context
To reproduce the env:
and in the container:
To fix the error, revert conda-libmamba-solver to last release:
The text was updated successfully, but these errors were encountered: