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
e.g. File "/usr/local/lib/python2.7/dist-packages/tornado-6.0.2-py2.7-linux-armv7l.egg/tornado/test/queues_test.py", line 166 async def f(): ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
install_requires = ["tornado>=2.2"]
should limit the version see https://www.tornadoweb.org/en/stable/releases.html for which versions still suport Python 2.x
Sorry, something went wrong.
Workaround for me is install_requires = ["tornado==3.1"]
install_requires = ["tornado==3.1"]
No branches or pull requests
e.g. File "/usr/local/lib/python2.7/dist-packages/tornado-6.0.2-py2.7-linux-armv7l.egg/tornado/test/queues_test.py", line 166
async def f():
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: