You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think so because I got an error message that said it was missing and after installing it it worked :)
However, I just reproduced it and the proplem seems to be one level down the dependency chain, namely in napari_tools_menu. Just pretend I opened the issue there.
File ~/miniconda3/envs/spacem-maldi-control/lib/python3.8/site-packages/napari_tools_menu/__init__.py:95, in make_gui.<locals>.worker_func(*iargs=(<Labels layer 'Labels'>, <Shapes layer 'Shapes'>, Viewer(axes=Axes(visible=False, labels=True, col...ings._transform_active_layer at 0x7fee2b218ee0>})), **ikwargs={})
93 # determine scale of passed data
94 scale = None
---> 95 from napari_workflows._workflow import _get_layer_from_data
96 for passed_data in iargs:
97 layer = _get_layer_from_data(viewer, passed_data)
ModuleNotFoundError: No module named 'napari_workflows'
This seems to depend on https://github.com/haesleinhuepf/napari-workflows by @haesleinhuepf, but when installing the plugin, this dependency is not automatically installed.
The text was updated successfully, but these errors were encountered: