-
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
Error while loading conda entry point: conda-libmamba-solver (module 'libmambapy' has no attribute 'QueryFormat') #540
Comments
Hm, conda-libmamba-solver should have been repodata-patched to prevent this. Let me check if 23.11 also received the patch 🤔 |
Yes, all repodata looks correct 🤔
What's the output of |
It's in the base environment: |
Is that a binary executable or a Python script? |
A binary executable. |
The only thing I can think it's happening is that the environment is getting "reactivated" after the install, which somehow runs |
Probably true: when I open a new terminal, I get the same message. This is the time when the base environment is sourced.
Yes, I use
Exporting these variables in the same terminal before using the mamba/conda commands did not help in suppressing the message.
OK, I can live with it, it is not too annoying. I propose that we keep this issue open until then. |
This is a good start: https://conda.github.io/conda-libmamba-solver/user-guide/libmamba-vs-classic/
You might be able to get rid of the |
Thanks for the links. |
Sorry, I meant |
Output:
But it does not activate the
|
You can put |
Thanks, it works. |
I try to install mamba version 1.5.8. This additional error message don't show again. |
@YimingLiu000 Yes, 1.5.8 was OK for me too. The error message appeared after I updated to version 2.0.2. |
Same issue here after updating conda to 24.9.2 and mamba to 2.0.2. Downgrading conda and mamba again resolved the issue as mentioned above.
|
@W-L If you are OK with using the mamba solver, follow #540 (comment). This issue will eventually be fixed. |
Closed by #457. This will be available in the 24.11 release. |
Checklist
What happened?
After updating mamba to from 1.5.9 to 2.0.2 (which automatically updated the dependencies libmamba and libmambapy, in addition to fmt from 10.2.1 to 11.0.2), the
mamba update
commands display the error in the title of this issue. I can install packages, but after the "Transaction finished" message, the additional error message is displayed. I use mambaforge.Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: