Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install error on Python2.7 #868

Closed
mengzhuo opened this issue Sep 4, 2014 · 1 comment
Closed

Install error on Python2.7 #868

mengzhuo opened this issue Sep 4, 2014 · 1 comment

Comments

@mengzhuo
Copy link

mengzhuo commented Sep 4, 2014

System

$uname -a
Linux BJ-ZM-U 3.13.0-34-generic #60-Ubuntu SMP Wed Aug 13 15:45:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
$pip --version
pip 1.5.5 from /home/meng/.virtualenvs/zty/local/lib/python2.7/site-packages (python 2.7)

Reproduce procedures:

pip install gunicorn
Downloading/unpacking gunicorn
  Using download cache from /home/meng/.pip/cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2F2.7%2Fg%2Fgunicorn%2Fgunicorn-19.1.1-py2.py3-none-any.whl
Installing collected packages: gunicorn
Compiling /home/meng/.virtualenvs/zty/build/gunicorn/gunicorn/workers/_gaiohttp.py ...
  File "/home/meng/.virtualenvs/zty/build/gunicorn/gunicorn/workers/_gaiohttp.py", line 64
    yield from self.wsgi.close()
             ^
SyntaxError: invalid syntax

Successfully installed gunicorn
Cleaning up...
@wong2
Copy link
Contributor

wong2 commented Sep 4, 2014

duplicate with #860

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants