-
Notifications
You must be signed in to change notification settings - Fork 113
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
Getting an error from aiohttp.py when installing with pip #52
Comments
@jpatel531 looks like we're still having issues with python 3.0 aio :/ I wonder why pip tries to load that file. |
i'm not too sure either - it seems to be working fine on different machines and version i use. i'll look into it |
With python 2.6.7:
|
@chipkellam can you give us your version of pip ? |
@zimbatm Currently using v1.5.2. I've actually realized the error doesn't affect the library from being installed + working -- obviously without Python 3 support. |
Same, I had missed that too previously. I suppose pip is pre-compiling all the python code in the repo and hitting that file at some point. I'm not really sure how we could work around the issue without separating the file into a different package. |
This looks like a duplicate of benoitc/gunicorn#788 , benoitc/gunicorn#810 , and benoitc/gunicorn#871 It might need an upgrade to the latest version of pip. I'll make a note about this on the README |
…adme Added note on readme about pip install with aiohttp. Addresses #52
Python version: 2.7.3
Issued: pip install pusher==1.1.3
Error:
The text was updated successfully, but these errors were encountered: