You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I import the module I always get the following warning:
bebi103-0.0.55-py3.7.egg/bebi103/viz.py:37: UserWarning: DataShader import failed with error
"cannot import name 'encode_utf8' from 'bokeh.embed.notebook'
(/Users/mrazomej/anaconda3/lib/python3.7/site-packages/bokeh/embed/notebook.py)".
Features requiring DataShader will not work and you will get exceptions.
The error seems to be in import datashader.bokeh_ext.
When I use corner plots with datashade=True I get the following error:
~/anaconda3/lib/python3.7/site-packages/bebi103-0.0.55-py3.7.egg/bebi103/viz.py in corner(samples, pars, labels, datashade, plot_width, plot_ecdf, cmap, color_by_chain, palette, divergence_color, alpha, single_param_color, bins, show_contours, contour_color, bins_2d, levels, weights, smooth, extend_contour_domain, plot_width_correction, plot_height_correction, xtick_label_orientation)
NameError: name 'datashader' is not defined
It seems to be an incompatibility issue with bokeh 2.0. Allegedly this has been already fixed as shown in 888. The datashade option will then hopefully work with the next version of datashader.
I think what needs to happen is to update how DataShader is used. This issue should stay open until that is done, since the update to DataShader will also involve a deprecation.
Every time I import the module I always get the following warning:
The error seems to be in
import datashader.bokeh_ext
.When I use corner plots with
datashade=True
I get the following error:Any ideas on why this is happening?
Computational environment:
The text was updated successfully, but these errors were encountered: