Anaconda 未能通过 md5 检查更新?

Anaconda failing md5 check for update?

我正在做 conda update conda 但失败并出现以下错误:

Error: MD5 sums mismatch for download: https://repo.continuum.io/pkgs/free/osx-64/conda-4.0.4-py35_0.tar.bz2 (d41d8cd98f00b204e9800998ecf8427e != f4763f3ffa7789fee3b8b6287a175771)

在网上看,似乎有些人遇到过网速慢的问题,但这不是问题所在。这是他们那边的错误吗?

这是 problem conda 4.0.3。 要解决此问题并更新到固定的 conda 版本:

  1. 运行conda update conda。它会因 subj 问题而失败,但您将获得 url 用于新分发。
  2. 获取这个 url 的新 conda 存档。对我 (osx) 来说是 https://repo.continuum.io/pkgs/free/osx-64/conda-4.0.4-py27_0.tar.bz2
  3. 下载此文件
  4. 运行 conda install <downloaded file path>