EB88
EB88

Reputation: 911

Holoviews: AttributeError: 'Image' object has no attribute 'set'

I have tried to run the Holoviews examples from the Holoviews website.

I have:

However, following any of the tutorials I get an error such as the following and am unable to debug:

AttributeError: 'Image' object has no attribute 'set'.

Is anyone able to guide me as to how to fix this?

Cheers

Ed

Upvotes: 0

Views: 1207

Answers (2)

EB88
EB88

Reputation: 911

If using bokeh 0.12.4, the solution at this time is:

conda install -c ioam param
conda install -c ioam/label/dev holoviews

Upvotes: 2

philippjfr
philippjfr

Reputation: 4080

There are some changes in bokeh 0.12.4, which are incompatible with HoloViews 1.6.2. We will be releasing holoviews 1.7.0 later this month, until then you have the option to downgrading to bokeh 0.12.3 or upgrading to the latest holoviews dev release with:

conda install -c ioam/label/dev holoviews

or

pip install https://github.com/ioam/holoviews/archive/v1.7dev7.zip

Upvotes: 0

Related Questions