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

Errors installing on 3.7 beta #2704

Closed
drpoggi opened this issue Feb 2, 2018 · 5 comments
Closed

Errors installing on 3.7 beta #2704

drpoggi opened this issue Feb 2, 2018 · 5 comments
Labels

Comments

@drpoggi
Copy link

drpoggi commented Feb 2, 2018

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 the 2.3.10 files on PyPi. It is present in the 2.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.

@asvetlov
Copy link
Member

asvetlov commented Feb 2, 2018

Build failure problem.
Why do you care about such early Python beta version?

@drpoggi
Copy link
Author

drpoggi commented Feb 2, 2018

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.

@asvetlov
Copy link
Member

asvetlov commented Feb 2, 2018

Thanks for reporting.
As a workaround you can use aiohttp github master clone.
Please note: Python 3.7 is not 100% stabilized, minor API changes may happen in next two months

@drpoggi
Copy link
Author

drpoggi commented Feb 2, 2018

Thank you, I will keep that in mind, luckily it's a small toy project so anything breaking wouldn't be too serious :)

@lock
Copy link

lock bot commented Oct 28, 2019

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.
If you feel like there's important points made in this discussion, please include those exceprts into that [new issue].
[new issue]: https://github.com/aio-libs/aiohttp/issues/new

@lock lock bot added the outdated label Oct 28, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants