-
Notifications
You must be signed in to change notification settings - Fork 384
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
Solver hang with 100% cpu usage; regression between mamba1.5 and mamba2 #3822
Comments
I cannot reproduce the problem with 2.0.5, and manage to create an environment successfully: Trace
Reintroducing the log of Can you find a small reproducer by binary-searching the |
I've retested and confirmed that on my system I'll also note again that it doesn't just fail, it never completes (at least for 15+minutes, with 100% cpu and rising memory usage), so this is a bug beyond just the lack of a solver solution. This appears to be the minimal environment to cause this on my system, removing any one package from this list leads to success within one or two minutes:
Interestingly it works if I change the spec to |
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Micromamba
Search tried in issue tracker
solver slow, solver regression, solver fail, solver cpu
Latest version of Mamba
Tried in Conda?
Not applicable
Describe your issue
An environment file which resolves fine with micromamba 1.5.2 never returns with micromamba 2.0.6 .
2.0.6 solver never continues after "CUDA driver version found", though this does not appear specific to a CUDA version or machine.
Possibly related to #3694 , as performance regressions are seen on other environment files as well.
full command used for testing both micromamba 2.0.6 and micromamba 1.5.2:
micromamba -vvv env create --dry-run --offline -f environment.yml
No base environment in use.
relevant portion of log from micromamba 1.5.2 (which works):
mamba info / micromamba info
Logs
environment.yml
~/.condarc
The text was updated successfully, but these errors were encountered: