-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Bokeh streams callback fails with convert_timestamp in Python 2.7 #3412
Comments
Is this a bug or just an unfortunate result of writing for 3.6+ and trying to support 2.7.15? |
Both I guess. Should have added unit tests which would have caught this, since all core developers now use 3.6+. |
I'm working on moving our code library to be 3.6+ compatible, but it isn't as simple as a conversion script unfortunately. Some dependencies have to be replaced so identifying replacements has been difficult. Library runs fine in 2.7.15 so I have to rely on that while working on updates. Should I just edit my install as a work around for the time being? |
Sure, a PR would also be appreciated if you work out a fix. That way we can try to get the fix into the 1.11.2 release scheduled for later this week or early next week. |
What's the reasoning behind not using |
Sounds like that was simply overlooked. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Discovered this while writing a BoundsX to review dates of a selected data points in a time series. It fails out and kills the stream.
https://github.com/ioam/holoviews/blob/9a6a630b727c8827a8bd6fbe77bf31e1f35a7e5a/holoviews/plotting/bokeh/util.py#L89
The output from browser console:
The text was updated successfully, but these errors were encountered: