Conda更新:安装进度(4.3版)
Conda update: installation progress (version 4.3)
为Python Anaconda 环境做一个conda update --all
,一个一个地跟踪下载列表,但是一旦安装开始,就再也看不到任何进展了。
由于安装需要相当长的时间 - 是否有显示安装进度的选项?
我正在使用 conda --version
:4.3.30
。
根据 GitHub 存储库 (https://github.com/conda/conda/blob/master/CHANGELOG.md) 中的变更日志,他们不得不接受进度条行为的一些回归,这些回归已在(当前未发布的)conda 4.4.0 中修复.
- various UI improvements: To push through some of the big leaps with transactions in conda 4.3, we accepted some regressions on progress bars and other user interface features. All of those indicators of progress, and more, have been brought back and further improved.
为Python Anaconda 环境做一个conda update --all
,一个一个地跟踪下载列表,但是一旦安装开始,就再也看不到任何进展了。
由于安装需要相当长的时间 - 是否有显示安装进度的选项?
我正在使用 conda --version
:4.3.30
。
根据 GitHub 存储库 (https://github.com/conda/conda/blob/master/CHANGELOG.md) 中的变更日志,他们不得不接受进度条行为的一些回归,这些回归已在(当前未发布的)conda 4.4.0 中修复.
- various UI improvements: To push through some of the big leaps with transactions in conda 4.3, we accepted some regressions on progress bars and other user interface features. All of those indicators of progress, and more, have been brought back and further improved.