Skip to content

Instantly share code, notes, and snippets.

@cdemyanovich
Created October 23, 2012 18:42
Show Gist options
  • Save cdemyanovich/3940693 to your computer and use it in GitHub Desktop.
Save cdemyanovich/3940693 to your computer and use it in GitHub Desktop.
Output from brew install python on OS X 10.8.2
$ brew install python
==> Downloading http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2
Already downloaded: /Library/Caches/Homebrew/python-2.7.3.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/python/2.7.3 --enable-ipv6 --datarootdir=/usr/local/Cellar/python/2.7.3/share --datadir=/usr/local/Cellar/python/2.7.3/share --enable-framework=/usr/local/Cellar/python/2.7.3/Frameworks --witho
==> make
==> make install PYTHONAPPSDIR=/usr/local/Cellar/python/2.7.3
==> make frameworkinstallextras PYTHONAPPSDIR=/usr/local/Cellar/python/2.7.3/share/python
==> Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz
Already downloaded: /Library/Caches/Homebrew/distribute-0.6.28.tar.gz
==> /usr/local/Cellar/python/2.7.3/bin/python -s setup.py --no-user-cfg install --force --verbose --install-lib=/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages --install-scripts=/usr/l
File "/private/tmp/__UNKNOWN__-8xCU/distribute-0.6.28/distribute_setup.py", line 224, in __no_sandbox
return function(*args, **kw)
File "/private/tmp/__UNKNOWN__-8xCU/distribute-0.6.28/distribute_setup.py", line 235, in _patch_file
existing_content = open(path).read()
IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info'
Error: python did not build
Logs: /Users/cdemyanovich/Library/Logs/Homebrew/python/
Help: https://github.com/mxcl/homebrew/wiki/troubleshooting
https://github.com/mxcl/homebrew/issues/12918
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment