After I installed tornado, upon testing an instance, it shows the error no module named singledispatch
.
But when I import tornado it's ok.
Need help.
Somehow you installed Tornado without its required dependencies. Install them with:
python -m pip install singledispatch backports_abc
Here's the list of new dependencies in Tornado 4.3.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With