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

Syntax error with pip install gunicorn #810

Closed
chasrmartin opened this issue Jun 29, 2014 · 5 comments
Closed

Syntax error with pip install gunicorn #810

chasrmartin opened this issue Jun 29, 2014 · 5 comments

Comments

@chasrmartin
Copy link

Instalkling as below:

$ pip install gunicorn
Downloading/unpacking gunicorn
  Downloading gunicorn-19.0.0.tar.gz (382kB): 382kB downloaded
  Running setup.py (path:/Users/chasrmartin/.virtualenvs/gu/build/gunicorn/setup.py) egg_info for package gunicorn

Here's the error:

gunicorn/workers/gaiohttp.py", line 67
        yield from self.wsgi.close()
                 ^
    SyntaxError: invalid syntax

This is Mac OS/X software description below:

System Version: OS X 10.9.3 (13D65)
  Kernel Version:   Darwin 13.2.0
  Boot Volume:  Macintosh HD
  Boot Mode:    Normal
  Computer Name:    Clarke
  User Name:    Charles Martin (chasrmartin)
  Secure Virtual Memory:    Enabled
  Time since boot:  9 days 4:31

@berkerpeksag
Copy link
Collaborator

Fixed in master. See #801.

@ebeckm
Copy link

ebeckm commented Aug 20, 2014

I am getting this error when I pip install gunicorn on Ubuntu 14.04 x64 with Python 2.7.6.

@tilgovi
Copy link
Collaborator

tilgovi commented Aug 20, 2014

This has clearly regressed, as reported in #860

@benoitc
Copy link
Owner

benoitc commented Aug 21, 2014

@tilgovi not a regression per see, since the worker wasn't installed if the wheel wasn't generated on python3...

Actually this is an issue in pip: pypa/pip#1954 related to pypa/pip#1873 . Would be cool if at least pip would ignore such error...

@tilgovi
Copy link
Collaborator

tilgovi commented Aug 21, 2014

Should we just disable the universal wheel and upload two?
On Aug 21, 2014 4:08 AM, "Benoit Chesneau" notifications@github.com wrote:

@tilgovi https://github.com/tilgovi not a regression per see, since the
worker wasn't installed if the wheel wasn't generated on python3...

Actually this is an issue in pip: pypa/pip#1954
pypa/pip#1954 related to pypa/pip#1873
pypa/pip#1873 . Would be cool if at least pip
would ignore such error...


Reply to this email directly or view it on GitHub
#810 (comment).

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

5 participants