Closed Elizabethcase closed 2 years ago
To follow up, there's no class defining Rectangles
or Segments
in holoviews/elements/
. Possibly Bounds
in elements/paths.py
has replaced Rectangles? And if Segments
are edge segments, might be handled in elements/utils.py
but not as sure about that.
eh, realized this has to do with the holoviews version not matching hvplot, because of a bokeh dependency on an older version.
eh, realized this has to do with the holoviews version not matching hvplot, because of a bokeh dependency on an older version.
I am trying to setup a Conda env to run HIPP and running into this issue.
What versions of bokeh
/ holoviews
/ hvplot
worked for you? Could you share an environment.yml file?
This might be a holoviews problem but it's showing up under hvplot's converter so putting the issue here to start, let me know if I should submit it elsewhere.
ALL software version info
Using as part of the HIPP image pre-processing package in a Jupyter notebook hvplot-0.7.3 holoview-1.12.7 os - monterey-12.2.1
Description of expected behavior and the observed behavior
expected: hvplot loads holoviews, which loads
holoviews.elements.Rectangles
andholoviews.elements.Segments
observed: most holoview elements can be imported except for Rectangles and Segments
Complete, minimal, self-contained example code that reproduces the issue
^this reproduces the problem but the trace below shows the path - import hvplot --> hv plot loads holoviews -> hvplot/converter.py trieds to load
Stack traceback and/or browser JavaScript console output
Screenshots or screencasts of the bug in action