nahamsec / JSParser

783 stars 178 forks source link

Solution for All error in JSParser #37

Open usama0x01 opened 4 years ago

usama0x01 commented 4 years ago

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 .

baotang2118 commented 3 years ago

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.