tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

AttributeError: module 'tornado.web' has no attribute 'asynchronous' #323

Closed dive76 closed 5 years ago

dive76 commented 5 years ago

Getting the following error when started:

AttributeError: module 'tornado.web' has no attribute 'asynchronous'

Looks like tornado no longer supports asynchronous.

0golovatyi commented 5 years ago

@dive76 It is a known issue we have an open defect for. Try to install the previous version of Tornado with pip install tornado==5.1.1 command, that should fix it.

dive76 commented 5 years ago

solution to it is to start the script with sudo -H

0golovatyi commented 5 years ago

@dive76 Is the issue resolved or you are still experiencing it?

czr1803 commented 5 years ago

i had the same problem. however after pip install tornado==5.1.1, response was already satisfied.

i then uninstalled Tornado and reinstalled with: conda install Tornado Port is listening now!