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をしませんでした。

https://github.com/mxcl/homebrew/wiki/troubleshootingの「brew install --env=std graphviz などの古い環境を使用してみてください」は問題なく修正されました。

于 2012-10-01T22:54:30.000 に答える