datastream.io
datastream.io copied to clipboard
After executing "dsio data/cardata_sample.csv", can not open bokeh dashboard
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
issue has fixed because of pandas series float64 converting to int64
so, as for 64 bit, here should be astype(np.int64)!
@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.
@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 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 - 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 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?