我試着通過brew
與安裝Python:釀造安裝蟒蛇 - 失敗OSX
brew install python
但得到以下錯誤:
Stevens-MacBook-Pro :: ~ ‹master*› » brew install python
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/python-2.7.
Already downloaded: /Library/Caches/Homebrew/python-2.7.8_2.mountain_lion.bottle.tar.gz
==> Pouring python-2.7.8_2.mountain_lion.bottle.tar.gz
==> Caveats
Setuptools and Pip have been installed. To update them
pip install --upgrade setuptools
pip install --upgrade pip
You can install Python packages with
pip install <package>
They will install into the site-package directory
/usr/local/lib/python2.7/site-packages
See: https://github.com/Homebrew/homebrew/wiki/Homebrew-and-Python
.app bundles were installed.
Run `brew linkapps` to symlink these to /Applications.
/usr/bin/install_name_tool: object: /usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python malformed object (unknown load command 10)
Error: Failed to fix install names
The formula built, but you may encounter issues using it or linking other
formula against it.
==> /usr/local/Cellar/python/2.7.8_2/bin/python -ssetup.py --no-user-cfg instal
using one of the approaches described here:
Please make the appropriate changes for your system and try again.
Warning: The post-install step did not complete successfully
You can try again using `brew postinstall python`
==> Summary
/usr/local/Cellar/python/2.7.8_2: 4626 files, 73M
錯誤消息說,安裝後失敗,嘗試再次安裝它:
brew postinstall python
但錯誤仍然存在。我也試過brew linkapps
,它的成功完全鏈接蟒蛇,但是當我從控制檯運行pip
我得到這個錯誤:
Stevens-MacBook-Pro :: ~ ‹master*› » pip
zsh: /usr/local/bin/pip: bad interpreter: @@[email protected]@/opt/python/bin/python2.7: no such file or directory
任何想法可能什麼錯?
您的install_name_tool看起來很糟糕。 「brew doctor」和「brew config」是什麼意思?如果'brew doctor'給你一個關於install_name_tool的警告,你可以看看使用像Pacifist這樣的工具來重新安裝系統版本。 – 2014-10-17 06:05:55