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
Not sure how it happened, but I had "tornado 6.0.1" on my system.
I uninstalled it pip uninstall tornado and then installed it again pip install tornado==5.1.1
And now I have "tornado 5.1.1", JSPARSER is running now well! use pyhon2 not python3 .
The text was updated successfully, but these errors were encountered:
Yep, you are right, you should use tornado 5.1.1 and pycurl 7.43.0.5. Btw, use the docker is better to avoid conflict with other application.
Sorry, something went wrong.
No branches or pull requests
Not sure how it happened, but I had "tornado 6.0.1" on my system.
I uninstalled it
pip uninstall tornado
and then installed it again
pip install tornado==5.1.1
And now I have "tornado 5.1.1", JSPARSER is running now well!
use pyhon2 not python3 .
The text was updated successfully, but these errors were encountered: