Created
September 20, 2013 13:07
-
-
Save riltsken/6637219 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
Putting temporary build files in /home/samuel/work/test_env/ipaddress and source/develop files in /home/samuel/work/test_env/src-bundle | |
Downloading/unpacking ipaddress==1.0.3 | |
Downloading ipaddress-1.0.3.tar.gz | |
Running setup.py egg_info for package ipaddress | |
Running setup.py egg_info for package ipaddress | |
Exception: | |
Traceback (most recent call last): | |
File "/home/samuel/work/test_env/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/basecommand.py", line 104, in main | |
status = self.run(options, args) | |
File "/home/samuel/work/test_env/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/commands/bundle.py", line 34, in run | |
requirement_set = super(BundleCommand, self).run(options, args) | |
File "/home/samuel/work/test_env/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/commands/install.py", line 261, in run | |
requirement_set.create_bundle(self.bundle_filename) | |
File "/home/samuel/work/test_env/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 1188, in create_bundle | |
zip.write(filename, basename + '/' + name) | |
File "/usr/lib/python2.7/zipfile.py", line 1033, in write | |
st = os.stat(filename) | |
OSError: [Errno 2] No such file or directory: '/home/samuel/work/test_env/ipaddress/README.txt' | |
Storing complete log in /home/samuel/.pip/pip.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment