-
Notifications
You must be signed in to change notification settings - Fork 356
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
Mamba does'nt find a solution when mixing conda-forge/defaults and not specifying Python explicitely #1102
Comments
Have you got This is the relevant bit of the changelog:
|
That doesn't seem to resolve the issue, it persists regardless if I set it to strict/flexible. However setting it to disabled does seem to help. Not sure what the implications of that are. |
Hi @jolos! Could you please describe the error you get? Running |
Thanks for checking @adriendelsalle, there's no error showing up, it's just that it indeed it takes terribly long. Perhaps if I would leave it running for a while it would eventually find a solution. But so far I always kill it when I don't see any progress after 20min. I confirm that using micromamba works (both with and without strict-channel-priority) using conda env create work as well. |
similar issue here. Just adding python to the list of packages, without altering strict, etc solves the issue. |
on mamba >= 0.15 the following environment file (adapted from the quetz repo) fails to find a solution and progress to installation of the packages
Any of the following actions resolves the issue
The text was updated successfully, but these errors were encountered: