我刚刚使用Python 2.7下载了Anaconda,我按照以下说明操作: https://conda.io/docs/user-guide/getting-started.html#managing-conda
我已成功检索到当前版本的conda:
conda 4.3.27
然而,在尝试按照更新conda的第二步后,我收到以下错误:
Users-MacBook-Pro:~ UserName$ conda update conda
Fetching package metadata ...........
Solving package specifications: .
Package plan for installation in environment /Users/UserName/anaconda2:
The following packages will be UPDATED:
conda: 4.3.27-py27h94ab009_0 --> 4.3.30-py27h407ed3a_0
Proceed ([y]/n)? y
ERROR conda.core.link:_execute_actions(337): An error occurred while
uninstalling package 'defaults::conda-4.3.27-py27h94ab009_0'.
OSError(60, 'Operation timed out')
Attempting to roll back.
OSError(60, 'Operation timed out')
知道为什么会失败吗?
非常感谢
答案 0 :(得分:0)
而不是:
conda update conda
我跑了
sudo conda update conda
哪个有效。
不知道为什么,所以如果有人能告诉我,我将非常感激。
答案 1 :(得分:0)
我建议尝试conda update --all