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

sudo python setup.py install fails #3

Open
WolfgangFahl opened this issue Jun 13, 2019 · 2 comments
Open

sudo python setup.py install fails #3

WolfgangFahl opened this issue Jun 13, 2019 · 2 comments

Comments

@WolfgangFahl
Copy link

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

@WolfgangFahl
Copy link
Author

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

@WolfgangFahl
Copy link
Author

Workaround for me is
install_requires = ["tornado==3.1"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant