enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.3k stars 284 forks source link

TraitError #719

Open EhsanTadayon opened 5 years ago

EhsanTadayon commented 5 years ago

Hi,

I'm getting this error when I try to import mayavi in jupyer notebook ( MacOS ( Sierra), python2.7):

TraitError: Each key of the 'content' trait of a ViewElements instance must be a value of type 'str', but a value of u'options' <type 'unicode'> was specified.

Any idea would be appreciated.

prabhuramachandran commented 5 years ago

How did you install Mayavi and which version do you have installed? What version of traits do you have installed?