-
Notifications
You must be signed in to change notification settings - Fork 27
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
Libmamba does not load after trying to update from 23.3.1 to 23.5.0 #225
Comments
Hi @andreaniml, thanks for the detailed report! I'll answer one by one:
This kind of message is raised by the libmamba C++ library (we can't do much about it), but most of the time it is harmless and things work fine. You can ignore it.
This message is part of
This is a conflict between conda-forge and defaults. The
|
I see. That
|
I have more information now (and some questions):
|
(2) Any of those |
Hi! Copying the file while changing the name made it work! Libmamba is functional now Many thanks! |
Cool! Now that it works you should try to install both libmamba and libarchive from the same channel to avoid having this hack. I'll close for now but feel free to reopen if problems resurface. Thanks! |
Thank you @jaimergp - this seems to work just fine, even 9 months later. |
Checklist
What happened?
I was having trouble to update conda from 23.3.1 to 23.5.0.
I had set libmamba as the solver. I then tried to update by using: conda install conda==23.5.0
got this error message:
Solving environment: / error libmamba Selected channel specific (or force-reinstall) job, but package is not available from channel. Solve job will fail.
I aborted the operation and then tried to see what would happen if I set the solver to classic while trying to update conda by doing:
conda update -n base -c conda-forge conda --solver=classic
It suggested a list of updates, however, I got this warning
I then thought that the problem of not being able to update conda was because libmamba itself needed to be upgraded and ran:
And now I can't use libmamba coupled with a message everytime I input a command that is conda-related.
Example error message that I get when I try to create an environment this with libmamba:
The first two lines appear if I try to create an environment using classic solver and any conda-related command.
I tried to install libmamba again, it just says all packages are installed.
I'm unsure on how to proceed, do I try to update conda using classic solver? Do I do something like " conda remove conda-libmamba-solver"?
Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: