karthikvee

Errors for: pip install gunicorn

Jul 25th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.44 KB | None | 0 0
  1. pip install gunicorn
  2. Downloading/unpacking gunicorn
  3.   Downloading gunicorn-19.7.1-py2.py3-none-any.whl (111kB): 111kB downloaded
  4. Installing collected packages: gunicorn
  5. Compiling /tmp/pip_build_root/gunicorn/gunicorn/workers/_gaiohttp.py ...
  6.   File "/tmp/pip_build_root/gunicorn/gunicorn/workers/_gaiohttp.py", line 84
  7.     yield from self.wsgi.close()
  8.              ^
  9. SyntaxError: invalid syntax
  10.  
  11. Successfully installed gunicorn
  12. Cleaning up...
Add Comment
Please, Sign In to add comment