I have solved two issue by reading the issue list
- By adding this code EdOverflow gave earlier
try:
from StringIO import StringIO
except ImportError:
from io import StringIO
- By changing torando with tornado<=5.1
But still i am facing an error mention below
Please help me to get rid out of this