Today I tried to upgrade my conda installation and came across a strange behaviour.
The upgrade to conda 22.11. from 22.9. did not work. After updating (environment solving works, files are downloaded and upgraded) changes are made but conda stays at 22.9.0
A repeated update attempt yields:
conda update -n base -c defaults conda
Collecting package metadata (current_repodata.json): done
Solving environment: done
==> WARNING: A newer version of conda exists. <== current version: 22.9.0 latest version: 22.11.1
Please update conda by running
$ conda update -n base -c defaults conda
All requested packages already installed.
Any help? Any ideas? Thank you very much
I expect a clean update of conda to 22.11.
According to the specs. conda 22.11. should still run with Python 3.7 (?)