-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
Conda not updating to 24.1.2 in miniforge #557
Comments
Still doesn't work though .. just a matter of waiting for some change to make it through? Thanks. |
Yes I think we need to wait for a new mamba release. |
correct. honestly, if you get to the point where yo ucan type @mathause pointed you to what seems like the offending issue, so its better to just track there and provide feedback there. |
Mentioning here again just in case other miniforge (or mambaforge) users are confronted with the warning about a new version of conda but find themselves unable to update to it. Mamba 1.5.7 was released yesterday and resolves the underlying problem. "conda update conda" will still fail with this message if the currently installed versions are conda 23.11.0 and mamba 1.5.6, but "conda install conda=24.1.2" or "conda install mamba=1.5.7" will now work and either will update both conda and mamba. |
Solution to issue cannot be found in the documentation.
Issue
Just downloaded and installed miniforge on windows 11, then ran "conda update conda" and got message
(base) C:\Users\johng>conda update conda
Channels:
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: done
==> WARNING: A newer version of conda exists. <==
current version: 23.11.0
latest version: 24.1.2
Please update conda by running
All requested packages already installed.
Then tried "mamba update mamba" and "mamba update --all" which updated various packages, but not conda, and I still get the warning about a newer version of conda when I tried "conda update conda" afterwards.
Is there something wrong here?
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: