==> WARNING: A newer version of conda exists. <== current version: 4.12.0 latest version: 23.3.1
时间: 2024-05-09 18:19:54 浏览: 177
conda update -n base conda doesn’t update 报错
5星 · 资源好评率100%
As an AI language model, I do not have the ability to update your conda version. However, you can update your conda version by running the following command in your terminal:
```
conda update conda
```
This will update your conda version to the latest available version (in this case, version 23.3.1).
阅读全文