ipyvolume icon indicating copy to clipboard operation
ipyvolume copied to clipboard

type object 'DataImage' has no attribute '_instance_inits' when importing ipyvolume

Open matemato opened this issue 1 year ago • 3 comments

I use visual studio code for jupyter and when I try to import ipyvolume I get the following error:

type object 'DataImage' has no attribute '_instance_inits'.

image

Thanks for your time.

matemato avatar Mar 19 '23 03:03 matemato

Facing the same issue too.

mansouralawi avatar Mar 22 '23 04:03 mansouralawi

which version of traitlets do you have?

maartenbreddels avatar Mar 22 '23 08:03 maartenbreddels

I found this at random while searching for this exact error. FWIW the workaround is installing ipydatawidgets<4.3.3.

See https://github.com/vidartf/ipydatawidgets/issues/57

Xarthisius avatar Apr 04 '23 14:04 Xarthisius