/Users/ericleroy/anaconda3/envs/hspy35/lib/python3.5/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`. from ._conv import register_converters as _register_converters WARNING:hyperspy.api:The ipywidgets GUI elements are not available, probably because the hyperspy_gui_ipywidgets package is not installed. WARNING:hyperspy.api:The traitsui GUI elements are not available, probably because the hyperspy_gui_traitui package is not installed.
--------------------------------------------------------------------------- ImportError Traceback (most recent call last) <ipython-input-7-190d830d3818> in <module>() ----> 1 s=hs.load() ~/anaconda3/envs/hspy35/lib/python3.5/site-packages/hyperspy/io.py in load(filenames, signal_type, stack, stack_axis, new_axis_name, lazy, **kwds) 166 from hyperspy.signal_tools import Load 167 load_ui = Load() --> 168 get_gui(load_ui, toolkey="load") 169 if load_ui.filename: 170 filenames = load_ui.filename ~/anaconda3/envs/hspy35/lib/python3.5/site-packages/hyperspy/ui_registry.py in get_gui(self, toolkey, display, toolkit, **kwargs) 87 if not TOOLKIT_REGISTRY: 88 raise ImportError( ---> 89 "No toolkit registered. Install hyperspy_gui_ipywidgets or " 90 "hyperspy_gui_traitsui GUI elements. If hyperspy_gui_traits" 91 "is installed, initialize a toolkit supported by traitsui " ImportError: No toolkit registered. Install hyperspy_gui_ipywidgets or hyperspy_gui_traitsui GUI elements. If hyperspy_gui_traitsis installed, initialize a toolkit supported by traitsui before importing HyperSpy.
Do ou have any idea on how to solve the problem or can you tell me what I am doing worng?
Thank you
Best regards,
Eric
--
You received this message because you are subscribed to the Google Groups "hyperspy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hyperspy-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--------------------------------------------------------------------------- NotImplementedError Traceback (most recent call last) <ipython-input-9-190d830d3818> in <module>() ----> 1 s=hs.load() ~/anaconda3/envs/hs14/lib/python3.5/site-packages/hyperspy/io.py in load(filenames, signal_type, stack, stack_axis, new_axis_name, lazy, **kwds)
166 from hyperspy.signal_tools import Load 167 load_ui = Load() --> 168 get_gui(load_ui, toolkey="load") 169 if load_ui.filename: 170 filenames = load_ui.filename
~/anaconda3/envs/hs14/lib/python3.5/site-packages/hyperspy/ui_registry.py in get_gui(self, toolkey, display, toolkit, **kwargs) 144 raise NotImplementedError( 145 "There is no user interface registered for this feature." --> 146 "Try installing {}.".format(propose)) 147 if not display: 148 widgets = {} NotImplementedError: There is no user interface registered for this feature.Try installing hyperspy_gui_traitsui.
To unsubscribe from this group and stop receiving emails from it, send an email to hyperspy-users+unsubscribe@googlegroups.com.
--------------------------------------------------------------------------- ImportError Traceback (most recent call last)
<ipython-input-8-be6e20052baf> in <module>() ----> 1 import hyperspy_gui_traitsui ImportError: No module named 'hyperspy_gui_traitsui'
--
You received this message because you are subscribed to the Google Groups "hyperspy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hyperspy-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.