Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. python /home/docs/checkouts/readthedocs.org/user_builds/crawler/envs/develop/bin/pip install --exists-action=w --cache-dir /home/docs/checkouts/readthedocs.org/user_builds/crawler/.cache/pip -rrequirements.txt
  2.  
  3. Collecting reppy==0.3.1 (from -r requirements.txt (line 1))
  4. Using cached reppy-0.3.1.tar.gz
  5. Collecting PyMySQL==0.7.1 (from -r requirements.txt (line 2))
  6. Using cached PyMySQL-0.7.1-py2.py3-none-any.whl
  7. Collecting pytest==2.8.7 (from -r requirements.txt (line 3))
  8. Using cached pytest-2.8.7-py2.py3-none-any.whl
  9. Collecting paramiko==1.16.0 (from -r requirements.txt (line 4))
  10. Using cached paramiko-1.16.0-py2.py3-none-any.whl
  11. Collecting python-dateutil!=2.0,>=1.5 (from reppy==0.3.1->-r requirements.txt (line 1))
  12. Using cached python_dateutil-2.4.2-py2.py3-none-any.whl
  13. Collecting url (from reppy==0.3.1->-r requirements.txt (line 1))
  14. Using cached url-0.1.5.tar.gz
  15. Requirement already satisfied (use --upgrade to upgrade): requests in /home/docs/checkouts/readthedocs.org/user_builds/crawler/envs/develop/lib/python3.4/site-packages (from reppy==0.3.1->-r requirements.txt (line 1))
  16. Collecting py>=1.4.29 (from pytest==2.8.7->-r requirements.txt (line 3))
  17. Using cached py-1.4.31-py2.py3-none-any.whl
  18. Collecting pycrypto!=2.4,>=2.1 (from paramiko==1.16.0->-r requirements.txt (line 4))
  19. Using cached pycrypto-2.6.1.tar.gz
  20. Collecting ecdsa>=0.11 (from paramiko==1.16.0->-r requirements.txt (line 4))
  21. Using cached ecdsa-0.13-py2.py3-none-any.whl
  22. Requirement already satisfied (use --upgrade to upgrade): six>=1.5 in /home/docs/checkouts/readthedocs.org/user_builds/crawler/envs/develop/lib/python3.4/site-packages (from python-dateutil!=2.0,>=1.5->reppy==0.3.1->-r requirements.txt (line 1))
  23. Collecting publicsuffix (from url->reppy==0.3.1->-r requirements.txt (line 1))
  24. Using cached publicsuffix-1.1.0.tar.gz
  25. Complete output from command python setup.py egg_info:
  26. Traceback (most recent call last):
  27. File "<string>", line 20, in <module>
  28. File "/tmp/pip-build-x29p0rqe/publicsuffix/setup.py", line 19, in <module>
  29. long_description=get_long_description(),
  30. File "/tmp/pip-build-x29p0rqe/publicsuffix/setup.py", line 13, in get_long_description
  31. read_doc("LICENSE")
  32. File "/tmp/pip-build-x29p0rqe/publicsuffix/setup.py", line 7, in read_doc
  33. return open(os.path.join(os.path.dirname(__file__), name)).read()
  34. File "/home/docs/checkouts/readthedocs.org/user_builds/crawler/envs/develop/lib/python3.4/encodings/ascii.py", line 26, in decode
  35. return codecs.ascii_decode(input, self.errors)[0]
  36. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 23: ordinal not in range(128)
  37.  
  38. ----------------------------------------
  39. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-x29p0rqe/publicsuffix
  40. You are using pip version 7.1.2, however version 8.0.2 is available.
  41. You should consider upgrading via the 'pip install --upgrade pip' command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement