-
Notifications
You must be signed in to change notification settings - Fork 167
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
Miniconda installer started to succumb to conflict with mamba when working with conda-forge #862
Comments
Hi @yarikoptic, thank you for your report!
It is generally not advisable to mix Anaconda and conda-forge packages, especially if the contain compiled code. I would suggest to use one channel exclusively. So, you have two options:
I'm closing this since this is not a constructor problem. However, if you think that there is a bug in |
Thank you @marcoesters for the exhaustive answer! |
This is a good starting point: https://conda.org/blog/2024-08-14-conda-ecosystem-explained It does not mention Anaconda Distribution though. This is a quick summary on the difference between Anaconda Distribution and Miniconda: https://docs.anaconda.com/distro-or-miniconda/ |
Originally reported in
identified to started to happen a week ago on daily tests on Sep 10th, and googled into
as underlying "trigger". It is reproducable with
which would error out with
even though could be addressed with addition of
--solver=classic
to lastinstall
invocation, it seems that it is some change in the installed environment (switching to mamba by default?) which started to trigger this bug and thus may be needs to be handled at constructor level? (feel welcome to forward elsewhere if you think the issue is mis-placed)The text was updated successfully, but these errors were encountered: