-
Notifications
You must be signed in to change notification settings - Fork 39
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 installation issue #2608
Comments
best bet is to install with the latest miniconda installer then install |
doing that gives me:
be careful with |
also, I'd really upgrade from Python 3.10 to 3.11 or 3.12 if I was you 😁 - the parser issue I think it's related to the new Configparser in Python 3.12 so it tries to update to a Python 3.12-compatible version in a Python 3.10 env |
Thanks..let me try these. |
Run |
any luck on this @rswamina ? 🍺 |
I am trying to update
mamba
to install a newdevelopment
installation of ESMvalTool and ESMValCore under my home directory on JASMIN. The first step in that process was to updatemamba
.When I execute
>mamba update --name base mamba conda
I get the following error message
I see that it is related to the GitHub issue here but I don't know how to follow their suggestion of removing all mamba/conda installations.
The current version of
conda
ia have is@valeriupredoi - Any suggestions?
The text was updated successfully, but these errors were encountered: