-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Python 3.6 seem to not work with my config #1496
Comments
Ah looks like it was removed from aiohttp 2.0 Dropped aiohttp.wsgi aio-libs/aiohttp#1108 So nothing to do with 3.6 |
Note that #1418 is going to deprecate our gaiohttp worker in Gunicorn 19.7. |
Is there a replacement for -k gaiohttp? |
I believe it will be |
@bart3005 there will be an asyncio worker yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting app excetly the same under Python 3.5 works just fine. With all packages up to date under 3.6 I seem to have issues.
Starting my app under venv with python 3.6 I get this:
gunicorn app:app -k gaiohttp
Error: class uri 'gaiohttp' invalid or not found:
Is Python 3.6 supported or am I too early?
The text was updated successfully, but these errors were encountered: