Created
September 29, 2011 01:53
-
-
Save jwaldrop/1249797 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[~/workspace/birdcage/parrot (parrot/feature/api_unification)]$ sudo easy_install-2.6 distribute | |
Searching for distribute | |
Reading http://pypi.python.org/simple/distribute/ | |
Reading http://packages.python.org/distribute | |
Best match: distribute 0.6.21 | |
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.21.tar.gz#md5=f783444754861f9b33e9f4083bd97b60 | |
Processing distribute-0.6.21.tar.gz | |
Running distribute-0.6.21/setup.py -q bdist_egg --dist-dir /tmp/easy_install-oYaxxq/distribute-0.6.21/egg-dist-tmp-VKua1s | |
Before install bootstrap. | |
Scanning installed packages | |
Setuptools installation detected at /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python | |
Non-egg installation | |
Removing elements out of the way... | |
Renaming /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/setuptools-0.6c12dev_r85381-py2.6.egg-info into /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/setuptools-0.6c12dev_r85381-py2.6.egg-info.OLD.1317261151.88 | |
Renaming /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/setuptools into /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/setuptools.OLD.1317261151.89 | |
Renaming /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py into /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py.OLD.1317261151.89 | |
Renaming /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/site.py into /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/site.py.OLD.1317261151.89 | |
Patched done. | |
Relaunching... | |
Before install bootstrap. | |
Scanning installed packages | |
Setuptools installation detected at /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python | |
Non-egg installation | |
Removing elements out of the way... | |
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/setuptools-0.6c12dev_r85381-py2.6.egg-info/EGG-INFO/PKG-INFO already patched. | |
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/setuptools-0.6c12dev_r85381-py2.6.egg-info already patched. | |
After install bootstrap. | |
Creating /Library/Python/2.6/site-packages/setuptools-0.6c11-py2.6.egg-info | |
Creating /Library/Python/2.6/site-packages/setuptools.pth | |
Copying distribute-0.6.21-py2.6.egg to /Library/Python/2.6/site-packages | |
Adding distribute 0.6.21 to easy-install.pth file | |
Installing easy_install script to /usr/local/bin | |
Installing easy_install-2.6 script to /usr/local/bin | |
Installed /Library/Python/2.6/site-packages/distribute-0.6.21-py2.6.egg | |
Processing dependencies for distribute | |
Finished processing dependencies for distribute | |
[~/workspace/birdcage/parrot (parrot/feature/api_unification)]$ git-review publishTraceback (most recent call last): | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/runpy.py", line 122, in _run_module_as_main | |
"__main__", fname, loader, pkg_name) | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/runpy.py", line 34, in _run_code | |
exec code in run_globals | |
File "/Users/jw/workspace/birdcage/.local/bin/git_review.pex/__main__.py", line 4, in <module> | |
File "/Users/jw/workspace/birdcage/.local/bin/git_review.pex/twitter/common/python/__init__.py", line 17, in <module> | |
File "/Users/jw/workspace/birdcage/.local/bin/git_review.pex/twitter/common/python/dependency.py", line 22, in <module> | |
File "/Users/jw/workspace/birdcage/.local/bin/git_review.pex/twitter/common/python/reqbuilder.py", line 25, in <module> | |
ImportError: No module named pkg_resources | |
[~/workspace/birdcage/parrot (parrot/feature/api_unification)]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment