Advertisement
ToJa92

PyImgur install error log

Jul 21st, 2013
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. [toja92@ToJa92-alix pyimgur]$ sudo pip install pyimgur
  2. Downloading/unpacking pyimgur
  3. Running setup.py egg_info for package pyimgur
  4. Traceback (most recent call last):
  5. File "<string>", line 16, in <module>
  6. File "/tmp/pip-build-root/pyimgur/setup.py", line 10, in <module>
  7. INIT = open(os.path.join(HERE, PACKAGE_NAME, '__init__.py')).read()
  8. FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-root/pyimgur/pyimgur/__init__.py'
  9. Complete output from command python setup.py egg_info:
  10. Traceback (most recent call last):
  11.  
  12. File "<string>", line 16, in <module>
  13.  
  14. File "/tmp/pip-build-root/pyimgur/setup.py", line 10, in <module>
  15.  
  16. INIT = open(os.path.join(HERE, PACKAGE_NAME, '__init__.py')).read()
  17.  
  18. FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-root/pyimgur/pyimgur/__init__.py'
  19.  
  20. ----------------------------------------
  21. Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-root/pyimgur
  22. Storing complete log in /root/.pip/pip.log
  23. [toja92@ToJa92-alix pyimgur]$ pip install pyimgur
  24. Downloading/unpacking pyimgur
  25. Downloading pyimgur-0.4.2.win32.zip
  26. Running setup.py egg_info for package pyimgur
  27. Traceback (most recent call last):
  28. File "<string>", line 16, in <module>
  29. FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-toja92/pyimgur/setup.py'
  30. Complete output from command python setup.py egg_info:
  31. Traceback (most recent call last):
  32.  
  33. File "<string>", line 16, in <module>
  34.  
  35. FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-toja92/pyimgur/setup.py'
  36.  
  37. ----------------------------------------
  38. Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-toja92/pyimgur
  39. Storing complete log in /home/toja92/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement