-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Errors installing on 3.7 beta #2704
Comments
Build failure problem. |
I'm starting a new project and wanted to use PEP 567. It's not a big issue as I know there are ways to get the same thing on 3.6, but I ran into this so thought i'd report it. |
Thanks for reporting. |
Thank you, I will keep that in mind, luckily it's a small toy project so anything breaking wouldn't be too serious :) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
When trying to install into a virtualenv running the python3.7 beta I get:
pip.exceptions.UnsupportedPythonVersion: idna-ssl requires Python '<3.7.0' but the running Python is 3.7 .0
.It looks like the check for 3.7 in
setup.py
did not make it into the2.3.10
files on PyPi. It is present in the2.3.10
files on Github, however if you take a look at https://pypi.python.org/packages/c0/b9/853b158f5cb5d218daaff0fb0dbc2bd7de45b2c6c5f563dff0ee530ec52a/aiohttp-2.3.10.tar.gz#md5=0ad682f635a0392e26320b1ab7d6dd26 it is missing.The text was updated successfully, but these errors were encountered: