0

我收到以下错误消息,但在给出的链接中找不到解决方案。

==> make install PYTHONAPPSDIR=/usr/local/Cellar/python/2.7.3
ln -sf pythonw2 "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/pythonw"
lipo -extract i386 -output /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2.7-32 pythonw
lipo: input file (pythonw) must be a fat file when the -extract option is specified
make[1]: *** [install_pythonw] Error 1
make: *** [frameworkinstallapps] Error 2

Error: python did not build
Logs: /Users/einar/Library/Logs/Homebrew/python/
Help: https://github.com/mxcl/homebrew/wiki/troubleshooting
      https://github.com/mxcl/homebrew/issues/12918
      https://github.com/mxcl/homebrew/issues/15199

我正在尝试遵循本指南

4

2 回答 2

0

我没有正确地进行 RTFM。

“尝试使用旧环境,例如 brew install --env=std graphviz” 来自https://github.com/mxcl/homebrew/wiki/troubleshooting修复它就好了。

于 2012-10-01T22:54:30.000 回答
0

采用:

    $ brew install python --framework --with-brewed-openssl
于 2013-09-24T18:27:40.077 回答