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

After executing "dsio data/cardata_sample.csv", can not open bokeh dashboard #27

Open
tangyong opened this issue May 17, 2018 · 6 comments

Comments

@tangyong
Copy link

After executing "dsio data/cardata_sample.csv", can not open bokeh dashboard

[env]
1 windows 7
2 python 3.6.2
3 anaconda 3

[problem]
1 executing "dsio data/cardata_sample.csv"
(tensorflow) E:\datastream\src\dsio\examples>dsio data/cardata_sample.csv
Loading the data...
Done.

data found from 2013-05-25 02:21:37 to 2013-05-25 02:44:13
Converting to milliseconds ...
Done
Adding time offset of 1528697700.11 seconds
Setting speed to 1x
Done

2 while opening browser(localhost:5001), anything can not be seen

@tangyong
Copy link
Author

tangyong commented May 17, 2018

issue has fixed because of pandas series float64 converting to int64

error3

so, as for 64 bit, here should be astype(np.int64)!

@The-Gupta
Copy link

@tangyong after doing the suggested code modification, atleast a window opened with 4 empty plot boxes. Could you suggest what would be wrong? I've Windows 8.1, Python 3.5.6.

@The-Gupta
Copy link

@d-mo, If specific versions of libraries like Bokeh are required, please do mention, you can see enough such problems in the issues.

@d-mo
Copy link
Contributor

d-mo commented Oct 26, 2018

@The-Gupta The "tornado" requirement needs to get pinned to version 4.5.3. Unfortunately, I no longer have commit access to this repository. You can find a fix on my fork at https://github.com/d-mo/datastream.io

@CoolGuy0007
Copy link

@d-mo - it still doesn't work even after changing the tornado version to 4.5.3. Please advise.
@The-Gupta - Has it worked for you since the changes suggested by tangyong?

@gdk-gagan
Copy link

@CoolGuy0007 It works with the car sample dataset after downgrading tornado version to 4.5.3
@tangyong I haven't been able to run it on my dataset which is valued at 15 min intervals. Any idea on what the time field format should be?

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

5 participants