-
Notifications
You must be signed in to change notification settings - Fork 24
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
warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE #348
Comments
Hi, thanks for the report! I'll need some more details:
Assuming you are running this on the listed env, that environment is combining a lot of heavy channels. Without strict priority, that can take a while. So I suggest doing one of the following:
Hopefully that will reduce the time needed to error out, but it might also give slightly different solutions. |
Hey @SysuJayce, there's been a new release (23.11.0) which might help diagnose your issue better. Let me know if you got a chance to try. Thanks! |
Hello @jaimergp , I apologize for the inconvenience. I have discovered that this error is caused by the |
The final error should have provided some kind of information in that direction. I've never seen this solver get stuck for hours though, so that was a bit concerning. For now I'm going to close, but feel free to reopen with the information I requested above if you need to! Thanks! |
@jaimergp Can this warning cause conda to falsely return "All requested packages already installed", when the installed version is not the latest version available in conda-forge? Thanks. |
Which command are you using? update or install? |
This baby made the trick:
I was using the following command:
I couldn't get that to work until I use the classic dependency solver. |
hello i have this issue when i try installing tensorflow-gpu and some of them are green and some of them are red ... Solving environment: - warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE LibMambaUnsatisfiableError: Encountered problems while solving:
Could not solve for environment specs |
Checklist
What happened?
I tried to install some packages using
conda install -y -c conda-forge --override-channels dawg
and stuck insolving environment
for hours.Here is what I got:
Solving environment: / warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
BTW, I set the solver to libmamba before install packages via conda:
conda config --set solver libmamba
Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: