-
Notifications
You must be signed in to change notification settings - Fork 124
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
Switch back to (Ana)Conda #913
Comments
There seems to be an issue with channel specification in Conda. Even with
in the |
🧐 Can you add some details? who? when? where? |
I installed climada_python using anaconda without problems but during the climada_petals installation ( conda env update -n climada_env -f requirements/env_climada.yml) the environment coulden't be solved. It was running for over one hour. I use a mac book air from the wcr group which I got yesterday. I tried both: The defaults channel was removed in the config file but during the env update the defaults channel appears again:
|
I have been using the latest Miniconda on Euler and did not run into issues. |
That wouldn't surprise me. Judging from the logs on Jenkins, miniconda + |
Could this be related to conda/conda#12010, i.e. happen in cases when the defaults channel is part of the base environment? Just speculating here. |
@peanutfun i have been testing to install climada using conda:
Besides a lot of warnings in the last step, the installation was successful 🥳 |
@thomini How did you install conda? Could you please report the output of |
@peanutfun conda was already installed on the machine I am working on, so unfortunately I can not tell you. Is the follwing output useful for you, or should I ask my admins? And sure:
|
Given the recent updates to conda I propose to put this switch on hold and first look at how the situation evolves. |
Is your feature request related to a problem? Please describe.
Installing Miniforge and Mamba (as we recommend now) is error-prone for inexperienced users. Since Conda switched to the libmamba solver, we should be able to use (Ana)conda without performance issues.
Describe the solution you'd like
Update the installation instructions:
mamba
commands withconda
Update the README installation instructions
Update the getting started guide (recommends Mamba)
Try following the new instructions once with a fresh Conda distribution.
The text was updated successfully, but these errors were encountered: