Open pruceuchiha opened 6 years ago
downgrade tornado to 4.5.3 should work
pip3 install tornado==4.5.3
downgraded to tornado 4.5.3 and still getting this same error with datastream=0.5.19=pypi_0
downgrading did not fix the problem and has caused other conflicts.
dsio --es-uri http://localhost:9200/ --kibana-uri http://localhost:5601/app/kibana data/cardata_sample.csv Loading the data... Done.
data found from 2013-05-24 23:51:37 to 2013-05-25 00:14:13 Converting to milliseconds ... Done Adding time offset of 1529302326.54 seconds Setting speed to 1x Done Traceback (most recent call last): File "C:\Program Files\Python36\Scripts\dsio-script.py", line 11, in
load_entry_point('dsio', 'console_scripts', 'dsio')()
File "c:\windows\system32\src\dsio\dsio\main.py", line 155, in main
cols=int(args.cols)
File "c:\windows\system32\src\dsio\dsio\main.py", line 70, in restream_dataframe
port=bokeh_port, update_queue=update_queue
File "c:\windows\system32\src\dsio\dsio\dashboard\bokeh.py", line 74, in generate_dashboard
if io_loop._running: # Assume we're in a Jupyter notebook
AttributeError: 'AsyncIOMainLoop' object has no attribute '_running'