我正在尝试使用 Homebrew 在 OSX 10.6.8 上安装 Numpy,但收到以下错误消息:
MacBook-Pro:~ eb$ brew install numpy --with-openblasWarning: Xcode not installed
Most stuff needs Xcode to build: http://developer.apple.com/xcode/
==> Installing numpy dependency: tbb
==> Downloading http://threadingbuildingblocks.org/uploads/77/189/4.1%20update%2
######################################################################## 100,0%
Error: SHA1 mismatch
Expected: 072333068fa278635582846eaaa22d51c0100e09
Actual: 08140939b4a84052734dc3589c59af7560c01990
Archive: /Library/Caches/Homebrew/tbb-4.1u1.tgz
(To retry an incomplete download, remove the file above.)
我已经使用以下命令多次删除了上述文件:rm -rf/Library/Caches/Homebrew/tbb-4.1u1.tgz
但同样的消息不断出现。有人可以指出解决此问题的最佳方法吗?谢谢!