-
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
Error while loading conda entry point: conda-libmamba-solver #599
Comments
You are not using Can you:
Thanks. |
As I explained, I reverted the solver to classic (otherwise, when running When running I add the very long list of packages as a file. |
As suspected there's a mix of conda-forge and defaults (although primarily conda-forge). This is not supported and bound to break at some point. If you are willing to reinstall your We are preparing some tooling to make this easier, but it's not ready yet. What I can recommend:
|
I'm not willing to use miniforge. When setting up miniconda, I make conda-forge the priority environment before any other operation. Note that, when executing At this point, I'll just reinstall miniconda entirely. |
I can't recommend using |
Based on more tests, I'm starting to believe that my company's antivirus is occasionally removing files. It uses a reputation-based engine, so, sometimes, recent binaries are not recognized and are removed. They no longer are after a few days. So I'll close this as it is probably unrelated to the earlier report of the same error. |
Checklist
What happened?
I'm currently experiencing the same issue as reported here: #540
I made a new, clean install of miniconda on a new computer. Several days later, after running
conda update --all
, the process ended withError while loading conda entry point: conda-libmamba-solver (DLL load failed while importing bindings: module cannot be found.)
Even setting the solver back to classic and restarting a new prompt does not resolve the issue.
Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: