-
Notifications
You must be signed in to change notification settings - Fork 325
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
When I update bokeh,it take an error #128
Comments
I can confirm that chartify doesn't work with bokeh 2.3.0. We should pin it to <2.3.0 until it's been fixed. |
I too am getting this error:
When I do a pip3 install, it says:
I've had to do |
With |
/Users/username/Library/Python/3.8/lib/python/site-packages/bokeh/plotting/figure.py |
What happened:When I update bokeh to the latest version,it take an error
What you expected to happen:
ValueError: failed to validate FigureOptions(...).active_drag: expected an element of either Auto, String or Instance(Drag), got None
How to reproduce it (as minimally and precisely as possible):
just run
Anything else we need to know?:
the previous version bokeh don't put error
The text was updated successfully, but these errors were encountered: