Skip to content

Instantly share code, notes, and snippets.

@Superbil
Last active December 27, 2015 03:39
Show Gist options
  • Save Superbil/7260702 to your computer and use it in GitHub Desktop.
Save Superbil/7260702 to your computer and use it in GitHub Desktop.
uniout debug message
$ pip install uniout
Downloading/unpacking uniout
Downloading uniout-0.3.2.tar.gz
Running setup.py egg_info for package uniout
Traceback (most recent call last):
Complete output from command python setup.py egg_info:
running egg_info
creating pip-egg-info/uniout.egg-info
writing pip-egg-info/uniout.egg-info/PKG-INFO
writing top-level names to pip-egg-info/uniout.egg-info/top_level.txt
writing dependency_links to pip-egg-info/uniout.egg-info/dependency_links.txt
Traceback (most recent call last):
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /private/var/folders/34/xzcpt25x0wdbzll7_lpg4b8c0000gq/T/pip_build_bill/uniout
Storing complete log in /Users/bill/.pip/pip.log
------------------------------------------------------------
/usr/local/bin/pip run on Fri Nov 1 11:40:28 2013
Downloading/unpacking uniout
Getting page https://pypi.python.org/simple/uniout/
URLs to search for versions for uniout:
* https://pypi.python.org/simple/uniout/
Analyzing links from page https://pypi.python.org/simple/uniout/
Found link https://pypi.python.org/packages/source/u/uniout/uniout-0.2.1.tar.gz#md5=59d706a1a4681aa6137f9d17dcea7545 (from https://pypi.python.org/simple/uniout/), version: 0.2.1
Found link https://pypi.python.org/packages/source/u/uniout/uniout-0.2.2.tar.gz#md5=2d93b071fc3649ba698dacdf78b453fa (from https://pypi.python.org/simple/uniout/), version: 0.2.2
Found link https://pypi.python.org/packages/source/u/uniout/uniout-0.2.tar.gz#md5=a0e2336440e453ef3c77a2d638c403ac (from https://pypi.python.org/simple/uniout/), version: 0.2
Found link https://pypi.python.org/packages/source/u/uniout/uniout-0.3.1.tar.gz#md5=4db07a91aa9fd88caaa9678f3291b1aa (from https://pypi.python.org/simple/uniout/), version: 0.3.1
Found link https://pypi.python.org/packages/source/u/uniout/uniout-0.3.2.tar.gz#md5=3ab333be811f3ecc8167239728c3f7af (from https://pypi.python.org/simple/uniout/), version: 0.3.2
Found link https://pypi.python.org/packages/source/u/uniout/uniout-0.3.tar.gz#md5=a6821962a9ca8a26456761ebb8b84b20 (from https://pypi.python.org/simple/uniout/), version: 0.3
Using version 0.3.2 (newest of versions: 0.3.2, 0.3.1, 0.3, 0.2.2, 0.2.1, 0.2)
Downloading uniout-0.3.2.tar.gz
Downloading from URL https://pypi.python.org/packages/source/u/uniout/uniout-0.3.2.tar.gz#md5=3ab333be811f3ecc8167239728c3f7af (from https://pypi.python.org/simple/uniout/)
Running setup.py egg_info for package uniout
running egg_info
creating pip-egg-info/uniout.egg-info
writing pip-egg-info/uniout.egg-info/PKG-INFO
writing top-level names to pip-egg-info/uniout.egg-info/top_level.txt
writing dependency_links to pip-egg-info/uniout.egg-info/dependency_links.txt
Traceback (most recent call last):
Complete output from command python setup.py egg_info:
running egg_info
creating pip-egg-info/uniout.egg-info
writing pip-egg-info/uniout.egg-info/PKG-INFO
writing top-level names to pip-egg-info/uniout.egg-info/top_level.txt
writing dependency_links to pip-egg-info/uniout.egg-info/dependency_links.txt
Traceback (most recent call last):
----------------------------------------
Cleaning up...
Removing temporary dir /private/var/folders/34/xzcpt25x0wdbzll7_lpg4b8c0000gq/T/pip_build_bill...
Command python setup.py egg_info failed with error code 1 in /private/var/folders/34/xzcpt25x0wdbzll7_lpg4b8c0000gq/T/pip_build_bill/uniout
Exception information:
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip-1.4.1-py2.7.egg/pip/basecommand.py", line 134, in main
status = self.run(options, args)
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip-1.4.1-py2.7.egg/pip/commands/install.py", line 236, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip-1.4.1-py2.7.egg/pip/req.py", line 1134, in prepare_files
req_to_install.run_egg_info()
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip-1.4.1-py2.7.egg/pip/req.py", line 259, in run_egg_info
command_desc='python setup.py egg_info')
File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip-1.4.1-py2.7.egg/pip/util.py", line 670, in call_subprocess
% (command_desc, proc.returncode, cwd))
InstallationError: Command python setup.py egg_info failed with error code 1 in /private/var/folders/34/xzcpt25x0wdbzll7_lpg4b8c0000gq/T/pip_build_bill/uniout
$ python --version
Python 2.7.5
$ pip --version
pip 1.4.1 from /usr/local/lib/python2.7/site-packages/pip-1.4.1-py2.7.egg (python 2.7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment