我想更新conda以获得python及其扩展的最新版本,但它一直告诉我:
(base) C:\Users\pierr>conda update conda
Solving environment: done
==> WARNING: A newer version of conda exists. <==
current version: 4.5.2
latest version: 4.5.4
Please update conda by running
$ conda update -n base conda
# All requested packages already installed.
(base) C:\Users\pierr>conda update -n base conda
Solving environment: done
==> WARNING: A newer version of conda exists. <==
current version: 4.5.2
latest version: 4.5.4
Please update conda by running
$ conda update -n base conda
# All requested packages already installed.有什么需要帮忙的吗?
发布于 2020-02-19 21:37:24
这里似乎有一些文档问题。显然,'conda update -n base conda‘不再有效。似乎没有人修复文档。
conda更新--所有
看起来对我很管用。
https://stackoverflow.com/questions/51097036
复制相似问题