MentatInnovations / datastream.io

An open-source framework for real-time anomaly detection using Python, ElasticSearch and Kibana
Apache License 2.0
897 stars 167 forks source link

its not working #28

Open pruceuchiha opened 6 years ago

pruceuchiha commented 6 years ago

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'

ffahri commented 6 years ago

downgrade tornado to 4.5.3 should work

pip3 install tornado==4.5.3

cpoptic commented 5 years ago

downgraded to tornado 4.5.3 and still getting this same error with datastream=0.5.19=pypi_0

ghost commented 5 years ago

downgrading did not fix the problem and has caused other conflicts.