datastream.io icon indicating copy to clipboard operation
datastream.io copied to clipboard

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

Open tangyong opened this issue 6 years ago • 6 comments

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 avatar May 17 '18 09:05 tangyong

issue has fixed because of pandas series float64 converting to int64

error3

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

tangyong avatar May 17 '18 14:05 tangyong

@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 avatar Sep 07 '18 09:09 The-Gupta

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

The-Gupta avatar Sep 07 '18 09:09 The-Gupta

@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

d-mo avatar Oct 26 '18 18:10 d-mo

@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?

CoolGuy0007 avatar May 02 '19 00:05 CoolGuy0007

@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?

gdk-gagan avatar Aug 27 '19 20:08 gdk-gagan