Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. ~/s/g/t/beervintory (gui) $ ls
  2. beervintory/ requirements.txt
  3. ~/s/g/t/beervintory (gui) $ virtualenv-2.7 venv
  4. Using base prefix '/usr'
  5. New python executable in /home/travis/src/github.com/travisperson/beervintory/venv/bin/python
  6. Installing setuptools, pip, wheel...done.
  7. ~/s/g/t/beervintory (gui) $ ls
  8. beervintory/ requirements.txt venv/
  9. ~/s/g/t/beervintory (gui) $ bash
  10. [travis@holmes beervintory]$ source venv/bin/activate
  11. (venv) [travis@holmes beervintory]$ pip install -r requirements.txt
  12. Collecting Django==1.9.2 (from -r requirements.txt (line 1))
  13. Using cached Django-1.9.2-py2.py3-none-any.whl
  14. Collecting argparse==1.2.1 (from -r requirements.txt (line 2))
  15. Using cached argparse-1.2.1.tar.gz
  16. Collecting wsgiref==0.1.2 (from -r requirements.txt (line 3))
  17. Using cached wsgiref-0.1.2.zip
  18. Complete output from command python setup.py egg_info:
  19. Traceback (most recent call last):
  20. File "<string>", line 1, in <module>
  21. File "/tmp/pip-build-uiacprtw/wsgiref/setup.py", line 5, in <module>
  22. import ez_setup
  23. File "/tmp/pip-build-uiacprtw/wsgiref/ez_setup/__init__.py", line 170
  24. print "Setuptools version",version,"or greater has been installed."
  25. ^
  26. SyntaxError: Missing parentheses in call to 'print'
  27.  
  28. ----------------------------------------
  29. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-uiacprtw/wsgiref
  30. (venv) [travis@holmes beervintory]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement