We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug in python3.8 pip install --upgrade sanic installs aiofiles>=0.3.0 (according to https://github.com/huge-success/sanic/blob/master/setup.py#L81) which installs aiofiles==5.0.0 which is incompatible with python3.8 according to Tinche/aiofiles#84
Code snippet no solution really except getting aiofiles to release version 6.0.0 which will fix this: Tinche/aiofiles#84 (comment)
Expected behavior install without "@coroutine decorator deprecated" warnings
Environment (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Thanks for letting us know; we may need to update the pin once 0.6.0 is released
Sorry, something went wrong.
No branches or pull requests
Describe the bug
in python3.8
pip install --upgrade sanic
installs aiofiles>=0.3.0 (according to https://github.com/huge-success/sanic/blob/master/setup.py#L81)
which installs aiofiles==5.0.0
which is incompatible with python3.8 according to Tinche/aiofiles#84
Code snippet
no solution really except getting aiofiles to release version 6.0.0 which will fix this:
Tinche/aiofiles#84 (comment)
Expected behavior
install without "@coroutine decorator deprecated" warnings
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: