Skip to content

Instantly share code, notes, and snippets.

@dchest
Created August 12, 2014 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dchest/f03a3656c6dc9b686259 to your computer and use it in GitHub Desktop.
Save dchest/f03a3656c6dc9b686259 to your computer and use it in GitHub Desktop.
Downloading/unpacking deadlock
Downloading deadlock-0.1.1.tar.gz
Running setup.py (path:/tmp/pip_build_root/deadlock/setup.py) egg_info for package deadlock
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/deadlock/setup.py", line 1, in <module>
import deadlock
ImportError: No module named deadlock
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/deadlock/setup.py", line 1, in <module>
import deadlock
ImportError: No module named deadlock
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/deadlock
Storing debug log for failure in /home/dchest/.pip/pip.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment