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

Thanks. I am using Ubuntu16.04 with anconda3.5 and i create an virtual environment where python version is 3.6. I fixed it by conda install tornado==5.1.1 in my virtual env. I also use pip install tornado==5.1.1 for more scurity~haha #4464

Open
imsjz opened this issue Mar 9, 2019 · 0 comments

Comments

@imsjz
Copy link

imsjz commented Mar 9, 2019

Downgrading tornado to 4.5.3 fixed my problem.
with pip - sudo python3.6 -m pip install tornado==4.5.3
with conda - conda install tornado==4.5.3

I m using python 3.6 in virtualenv. fixed it by $ pip install tornado==5.1.1

Great find. Thanks!

Originally posted by @wyattbiker in #2664 (comment)

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