Advertisement
GFbot

Helios

Jun 6th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.56 KB | None | 0 0
  1. Collecting Django==1.7.10 (from -r requirements.txt (line 1))
  2.   Using cached Django-1.7.10-py2.py3-none-any.whl
  3. Collecting anyjson==0.3.3 (from -r requirements.txt (line 2))
  4.   Using cached anyjson-0.3.3.tar.gz
  5. Collecting celery==3.1.18 (from -r requirements.txt (line 3))
  6.   Using cached celery-3.1.18-py2.py3-none-any.whl
  7. Collecting django-celery==3.1.16 (from -r requirements.txt (line 4))
  8.   Using cached django-celery-3.1.16.tar.gz
  9. Collecting django-picklefield==0.3.0 (from -r requirements.txt (line 5))
  10.   Using cached django-picklefield-0.3.0.tar.gz
  11. Collecting kombu==3.0.26 (from -r requirements.txt (line 6))
  12.   Using cached kombu-3.0.26-py2.py3-none-any.whl
  13. Collecting html5lib==0.999 (from -r requirements.txt (line 7))
  14.   Using cached html5lib-0.999.tar.gz
  15. Collecting psycopg2==2.6.1 (from -r requirements.txt (line 8))
  16.   Using cached psycopg2-2.6.1.tar.gz
  17. Collecting pyparsing==1.5.7 (from -r requirements.txt (line 9))
  18.   Using cached pyparsing-1.5.7.zip
  19.     Complete output from command python setup.py egg_info:
  20.     Traceback (most recent call last):
  21.       File "<string>", line 1, in <module>
  22.       File "/tmp/pip-build-u8hp4fkz/pyparsing/setup.py", line 9, in <module>
  23.         from pyparsing import __version__ as pyparsing_version
  24.       File "/tmp/pip-build-u8hp4fkz/pyparsing/pyparsing.py", line 855
  25.         except ParseBaseException, err:
  26.                                  ^
  27.     SyntaxError: invalid syntax
  28.    
  29.     ----------------------------------------
  30. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-u8hp4fkz/pyparsing/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement