通过brew在OS X Lion上安装python的新手错误

时间:2011-11-17 21:12:45

标签: python osx-lion

在OX Lion上运行时出现此错误:

brew install python  

Error: MD5 mismatch
Expected: c8cfcfd42ec9ab900fb3960a3308eef2
Got: f783444754861f9b33e9f4083bd97b60
Archive: /Users/jt/Library/Caches/Homebrew/distribute-0.6.21.tar.gz
(To retry an incomplete download, remove the file above.)

我删除了文件,但同样的问题出现了相同的哈希值

此处提到具体问题https://github.com/mxcl/homebrew/issues/7768

我想我不明白解决方法是什么。有人可以向我解释做什么吗?

我正在使用此方法通过mysql-python installation problems (on mac os x lion)安装MySQLdb;底部。如果有更好的想法让python / mysql工作 - 让我知道

thx任何帮助

1 个答案:

答案 0 :(得分:1)

他们只是替换了Python公式中的MD5值。尝试'brew update'命令,看看之后是否有效。

如果所有其他方法都失败了,您可以在本地自行编辑文件。

vi /usr/local/Library/Formula/python.rb  

只需进行与diff中所述相同的更改:

https://github.com/martinploeger/homebrew/commit/0bf86f684fa97a15d6863c3bfe4a75d87c73b7d8