Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

its not working #28

Open
pruceuchiha opened this issue May 24, 2018 · 3 comments
Open

its not working #28

pruceuchiha opened this issue May 24, 2018 · 3 comments

Comments

@pruceuchiha
Copy link

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
Copy link

ffahri commented Jun 29, 2018

downgrade tornado to 4.5.3 should work

pip3 install tornado==4.5.3

@cpoptic
Copy link

cpoptic commented Feb 22, 2019

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

@Vaderv
Copy link

Vaderv commented Apr 25, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants