AllenCell / napari-allencell-segmenter

A plugin that enables image segmentation provided by Allen Institute for Cell Science
BSD 3-Clause "New" or "Revised" License
16 stars 6 forks source link

Error in plugin (Windows) #119

Closed margenziano12 closed 3 years ago

margenziano12 commented 3 years ago

Description

A clear description of the bug plugin downloads but it is not available after. When going to plugin errors I get this: ================== Errors for plugin 'napari-allencell-segmenter' ==================

napari version: 0.4.10

ERROR #1: Error while importing module napari_allencell_segmenter ---------------

--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) ~\AppData\Local\Programs\napari\app_packages\napari_plugin_engine\manager.py in _load_and_register(self=, mod_name='napari_allencell_segmenter', plugin_name='napari-allencell-segmenter')  291 try: --> 292 module = load(mod_name)  module = undefined global load = <function load at 0x00000156DBD7A790> mod_name = 'napari_allencell_segmenter'  293 if self.is_registered(module):

~\AppData\Local\Programs\napari\app_packages\napari_plugin_engine\manager.py in load(value='napari_allencell_segmenter')  1004 raise ValueError(f"malformed entry point string: {value}") -> 1005 module = importlib.import_module(match.group('module'))  module = undefined global importlib.import_module = <function import_module at 0x00000156857A0670> match.group = <built-in method group of re.Match object at 0x00000156E6EF97C0>  1006 attrs = filter(None, (match.group('attr') or '').split('.'))

~\AppData\Local\Programs\napari\python\python38.zip\importlib__init__.pyc in import_module(name='napari_allencell_segmenter', package=None)

~\AppData\Local\Programs\napari\python\python38.zip\importlib_bootstrap.pyc in _gcd_import(name='napari_allencell_segmenter', package=None, level=0)

~\AppData\Local\Programs\napari\python\python38.zip\importlib_bootstrap.pyc in _find_and_load(name='napari_allencellsegmenter', import=)

~\AppData\Local\Programs\napari\python\python38.zip\importlib_bootstrap.pyc in _find_and_load_unlocked(name='napari_allencellsegmenter', import=)

~\AppData\Local\Programs\napari\python\python38.zip\importlib_bootstrap.pyc in _load_unlocked(spec=ModuleSpec(name='napari_allencell_segmenter', lo...b\\site-packages\napari_allencell_segmenter']))

~\AppData\Local\Programs\napari\python\python38.zip\importlib_bootstrap_external.pyc in exec_module(self=<_frozen_importlib_external.SourceFileLoader object>, module=<module 'napari_allencell_segmenter' from 'C:\U...ckages\napari_allencell_segmenter\init.py'>)

~\AppData\Local\Programs\napari\python\python38.zip\importlib_bootstrap.pyc in _call_with_frames_removed(f=, *args=(<code object at 0x00000156E6EF9F50, fil...\napari_allencell_segmenter__init.py", line 1>, {'builtins': {'ArithmeticError': <class 'ArithmeticError'>, 'AssertionError': <class 'AssertionError'>, 'AttributeError': <class 'AttributeError'>, 'BaseException': <class 'BaseException'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'BufferError': <class 'BufferError'>, 'BytesWarning': <class 'BytesWarning'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, ...}, 'cached': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...ell_segmenter__pycache\init.cpython-38.pyc', 'doc': None, 'file': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...e-packages\napari_allencell_segmenter\init.py', 'loader__': <_frozen_importlib_external.SourceFileLoader object>, 'name': 'napari_allencell_segmenter', 'package': 'napari_allencell_segmenter', 'path': [r'C:\Users\marge\AppData\Local\Programs\napari\python\Lib\site-packages\napari_allencell_segmenter'], 'spec': ModuleSpec(name='napari_allencell_segmenter', lo...b\\site-packages\napari_allencell_segmenter']), 'version__': 'unknown', ...}), **kwds={})

~\AppData\Local\Programs\napari\python\Lib\site-packages\napari_allencell_segmenter__init__.py in   5  ----> 6 from ._dock_widget import napari_experimental_provide_dock_widget # noqa: F401  global _dock_widget = undefined global napari_experimental_provide_dock_widget = undefined  7 

~\AppData\Local\Programs\napari\app_packages\shiboken2\files.dir\shibokensupport__feature.py in _import(name='_dock_widget', *args=({'builtins': {'ArithmeticError': <class 'ArithmeticError'>, 'AssertionError': <class 'AssertionError'>, 'AttributeError': <class 'AttributeError'>, 'BaseException': <class 'BaseException'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'BufferError': <class 'BufferError'>, 'BytesWarning': <class 'BytesWarning'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, ...}, 'cached': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...ell_segmenter__pycache\init.cpython-38.pyc', 'doc': None, 'file': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...e-packages\napari_allencell_segmenter\init.py', 'loader__': <_frozen_importlib_external.SourceFileLoader object>, 'name': 'napari_allencell_segmenter', 'package': 'napari_allencell_segmenter', 'path': [r'C:\Users\marge\AppData\Local\Programs\napari\python\Lib\site-packages\napari_allencell_segmenter'], 'spec': ModuleSpec(name='napari_allencell_segmenter', lo...b\\site-packages\napari_allencell_segmenter']), 'version': 'unknown', ...}, {'builtins': {'ArithmeticError': <class 'ArithmeticError'>, 'AssertionError': <class 'AssertionError'>, 'AttributeError': <class 'AttributeError'>, 'BaseException': <class 'BaseException'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'BufferError': <class 'BufferError'>, 'BytesWarning': <class 'BytesWarning'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, ...}, 'cached': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...ell_segmenter__pycache\init.cpython-38.pyc', 'doc': None, 'file': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...e-packages\napari_allencell_segmenter\init.py', 'loader__': <_frozen_importlib_external.SourceFileLoader object>, 'name': 'napari_allencell_segmenter', 'package': 'napari_allencell_segmenter', 'path': [r'C:\Users\marge\AppData\Local\Programs\napari\python\Lib\site-packages\napari_allencell_segmenter'], 'spec': ModuleSpec(name='napari_allencell_segmenter', lo...b\\site-packages\napari_allencell_segmenter']), 'version': 'unknown', ...}, ('napari_experimental_provide_dock_widget',), 1), *kwargs={})  141 pyside_feature_dict[importing_module] = flag --> 142 return original_import(name, args, **kwargs)  global original_import =  name = '_dock_widget' args = ({'name': 'napari_allencell_segmenter', 'doc': None, 'package': 'napari_allencell_segmenter', 'loader': <_frozen_importlib_external.SourceFileLoader object at 0x00000156E968B8E0>, 'spec': ModuleSpec(name='napari_allencell_segmenter', loader=<_frozen_importlib_external.SourceFileLoader object at 0x00000156E968B8E0>, origin='C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\init.py', submodule_search_locations=['C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter']), 'path': ['C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter'], 'file': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\init.py', 'cached': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\pycache\init.cpython-38.pyc', 'builtins': {'name': 'builtins', 'doc': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the nil' object; Ellipsis represents...' in slices.", 'package': '', 'loader': <class '_frozen_importlib.BuiltinImporter'>, 'spec': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class': , 'import': <function _import at 0x00000156DB5DBE50>, 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, 'debug': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'MemoryError': <class 'MemoryError'>, 'BufferError': <class 'BufferError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': , 'pybind11_internals_v3_msvc': <capsule object NULL at 0x00000156DB39F420>, '_init_pyside_extension': , 'qApp': <PySide2.QtWidgets.QApplication(0x156daae82f0) at 0x00000156DCAE9C60>}, 'version': 'unknown', 'core': <module 'napari_allencell_segmenter.core' from 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\core\init.py'>, 'util': <module 'napari_allencell_segmenter.util' from 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\util\init.py'>, 'model': <module 'napari_allencell_segmenter.model' from 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\model\init.py'>, 'controller': <module 'napari_allencell_segmenter.controller' from 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\controller\init.py'>, 'view': <module 'napari_allencell_segmenter.view' from 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\view\init.py'>}, {'name': 'napari_allencell_segmenter', 'doc': None, 'package': 'napari_allencell_segmenter', 'loader__': <_frozen_importlib_external.SourceFileLoader object at 0x00000156E968B8E0>, 'spec': ModuleSpec(name='napari_allencell_segmenter', loader=<_frozen_importlib_external.SourceFileLoader object at 0x00000156E968B8E0>, origin='C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\init.py', submodule_search_locations=['C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter']), 'path': ['C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter'], 'file': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\init.py', 'cached': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\pycache\init.cpython-38.pyc', 'builtins': {'name': 'builtins', 'doc': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the nil' object; Ellipsis represents...' in slices.", 'package': '', 'loader': <class '_frozen_importlib.BuiltinImporter'>, 'spec': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class': , 'import': <function _import at 0x00000156DB5DBE50>, 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, 'debug': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'MemoryError': <class 'MemoryError'>, 'BufferError': <class 'BufferError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': , '__pybind11_internals_v3_msvc': <capsule object NULL at 0x00000156DB39F420>, '_init_pyside_extension': , 'qApp': <PySide2.QtWidgets.QApplication(0x156daae82f0) at 0x00000156DCAE9C60>}, 'version': 'unknown', 'core': <module 'napari_allencell_segmenter.core' from 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\core\init.py'>, 'util': <module 'napari_allencell_segmenter.util' from 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\util\init.py'>, 'model': <module 'napari_allencell_segmenter.model' from 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\model\init.py'>, 'controller': <module 'napari_allencell_segmenter.controller' from 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\controller\init.py'>, 'view': <module 'napari_allencell_segmenter.view' from 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\view\init__.py'>}, ('napari_experimental_provide_dock_widget',), 1) kwargs = {}  143 

~\AppData\Local\Programs\napari\python\Lib\site-packages\napari_allencell_segmenter_dock_widget.py in   3  ----> 4 from napari_allencell_segmenter.core.application import Application  global napari_allencell_segmenter.core.application = undefined global Application = undefined  5 from napari_plugin_engine import napari_hook_implementation

~\AppData\Local\Programs\napari\app_packages\shiboken2\files.dir\shibokensupport__feature.py in _import(name='napari_allencell_segmenter.core.application', *args=({'builtins': {'ArithmeticError': <class 'ArithmeticError'>, 'AssertionError': <class 'AssertionError'>, 'AttributeError': <class 'AttributeError'>, 'BaseException': <class 'BaseException'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'BufferError': <class 'BufferError'>, 'BytesWarning': <class 'BytesWarning'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, ...}, 'cached': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...segmenter__pycache_dock_widget.cpython-38.pyc', 'doc': None, 'file': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...ckages\napari_allencell_segmenter_dock_widget.py', 'loader__': <_frozen_importlib_external.SourceFileLoader object>, 'name': 'napari_allencell_segmenter._dock_widget', 'package': 'napari_allencell_segmenter', 'spec': ModuleSpec(name='napari_allencell_segmenter._doc...es\napari_allencell_segmenter\_dock_widget.py'), 'napari': <module 'napari' from 'C:\Users\marge\AppData...l\Programs\napari\\app\napari\init.py'>}, {'builtins': {'ArithmeticError': <class 'ArithmeticError'>, 'AssertionError': <class 'AssertionError'>, 'AttributeError': <class 'AttributeError'>, 'BaseException': <class 'BaseException'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'BufferError': <class 'BufferError'>, 'BytesWarning': <class 'BytesWarning'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, ...}, 'cached': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...segmenter__pycache_dock_widget.cpython-38.pyc', 'doc': None, 'file': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...ckages\napari_allencell_segmenter_dock_widget.py', 'loader__': <_frozen_importlib_external.SourceFileLoader object>, 'name': 'napari_allencell_segmenter._dock_widget', 'package': 'napari_allencell_segmenter', 'spec': ModuleSpec(name='napari_allencell_segmenter._doc...es\napari_allencell_segmenter\_dock_widget.py'), 'napari': <module 'napari' from 'C:\Users\marge\AppData...l\Programs\napari\\app\napari\init.py'>}, ('Application',), 0), *kwargs={})  141 pyside_feature_dict[importing_module] = flag --> 142 return original_import(name, args, **kwargs)  global original_import = <built-in function import> name = 'napari_allencell_segmenter.core.application' args = ({'name': 'napari_allencell_segmenter._dock_widget', 'doc': None, 'package': 'napari_allencell_segmenter', 'loader': <_frozen_importlib_external.SourceFileLoader object at 0x00000156E968BFD0>, 'spec': ModuleSpec(name='napari_allencell_segmenter._dock_widget', loader=<_frozen_importlib_external.SourceFileLoader object at 0x00000156E968BFD0>, origin='C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\_dock_widget.py'), 'file': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\_dock_widget.py', 'cached': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\pycache\_dock_widget.cpython-38.pyc', 'builtins': {'name': 'builtins', 'doc': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the nil' object; Ellipsis represents...' in slices.", 'package': '', 'loader': <class '_frozen_importlib.BuiltinImporter'>, 'spec': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class': , 'import': <function _import at 0x00000156DB5DBE50>, 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, 'debug': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'MemoryError': <class 'MemoryError'>, 'BufferError': <class 'BufferError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': , 'pybind11_internals_v3_msvc': <capsule object NULL at 0x00000156DB39F420>, '_init_pyside_extension': , 'qApp': <PySide2.QtWidgets.QApplication(0x156daae82f0) at 0x00000156DCAE9C60>}, 'napari': <module 'napari' from 'C:\Users\marge\AppData\Local\Programs\napari\\app\napari\init.py'>}, {'name': 'napari_allencell_segmenter._dock_widget', 'doc': None, 'package': 'napari_allencell_segmenter', 'loader__': <_frozen_importlib_external.SourceFileLoader object at 0x00000156E968BFD0>, 'spec': ModuleSpec(name='napari_allencell_segmenter._dock_widget', loader=<_frozen_importlib_external.SourceFileLoader object at 0x00000156E968BFD0>, origin='C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\_dock_widget.py'), 'file': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\_dock_widget.py', 'cached': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\pycache\_dock_widget.cpython-38.pyc', 'builtins': {'name': 'builtins', 'doc': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the nil' object; Ellipsis represents...' in slices.", 'package': '', 'loader': <class '_frozen_importlib.BuiltinImporter'>, 'spec': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class': , 'import': <function _import at 0x00000156DB5DBE50>, 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, 'debug': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'MemoryError': <class 'MemoryError'>, 'BufferError': <class 'BufferError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': , '__pybind11_internals_v3_msvc': <capsule object NULL at 0x00000156DB39F420>, '_init_pyside_extension': , 'qApp': <PySide2.QtWidgets.QApplication(0x156daae82f0) at 0x00000156DCAE9C60>}, 'napari': <module 'napari' from 'C:\Users\marge\AppData\Local\Programs\napari\\app\napari\init__.py'>}, ('Application',), 0) kwargs = {}  143 

~\AppData\Local\Programs\napari\python\Lib\site-packages\napari_allencell_segmenter\core\application.py in   4 from napari_allencell_segmenter.core.state import State ----> 5 from .router import Router  global router = undefined global Router = undefined  6 from .view_manager import ViewManager

~\AppData\Local\Programs\napari\app_packages\shiboken2\files.dir\shibokensupport__feature.py in _import(name='router', *args=({'QLayout': <class 'PySide2.QtWidgets.QLayout'>, 'State': <class 'napari_allencell_segmenter.core.state.State'>, 'builtins': {'ArithmeticError': <class 'ArithmeticError'>, 'AssertionError': <class 'AssertionError'>, 'AttributeError': <class 'AttributeError'>, 'BaseException': <class 'BaseException'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'BufferError': <class 'BufferError'>, 'BytesWarning': <class 'BytesWarning'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, ...}, 'cached': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...enter\core__pycache\application.cpython-38.pyc', 'doc': None, 'file': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...es\napari_allencell_segmenter\core\application.py', 'loader__': <_frozen_importlib_external.SourceFileLoader object>, 'name': 'napari_allencell_segmenter.core.application', 'package': 'napari_allencell_segmenter.core', 'spec': ModuleSpec(name='napari_allencell_segmenter.core...apari_allencell_segmenter\core\application.py'), ...}, {'QLayout': <class 'PySide2.QtWidgets.QLayout'>, 'State': <class 'napari_allencell_segmenter.core.state.State'>, 'builtins': {'ArithmeticError': <class 'ArithmeticError'>, 'AssertionError': <class 'AssertionError'>, 'AttributeError': <class 'AttributeError'>, 'BaseException': <class 'BaseException'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'BufferError': <class 'BufferError'>, 'BytesWarning': <class 'BytesWarning'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, ...}, 'cached': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...enter\core__pycache\application.cpython-38.pyc', 'doc': None, 'file': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...es\napari_allencell_segmenter\core\application.py', 'loader__': <_frozen_importlib_external.SourceFileLoader object>, 'name': 'napari_allencell_segmenter.core.application', 'package': 'napari_allencell_segmenter.core', 'spec': ModuleSpec(name='napari_allencell_segmenter.core...apari_allencell_segmenter\core\application.py'), ...}, ('Router',), 1), *kwargs={})  141 pyside_feature_dict[importing_module] = flag --> 142 return original_import(name, args, **kwargs)  global original_import =  name = 'router' args = ({'name': 'napari_allencell_segmenter.core.application', 'doc': None, 'package': 'napari_allencell_segmenter.core', 'loader': <_frozen_importlib_external.SourceFileLoader object at 0x00000156E968BCD0>, 'spec': ModuleSpec(name='napari_allencell_segmenter.core.application', loader=<_frozen_importlib_external.SourceFileLoader object at 0x00000156E968BCD0>, origin='C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\core\application.py'), 'file': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\core\application.py', 'cached': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\core\pycache\application.cpython-38.pyc', 'builtins': {'name': 'builtins', 'doc': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the nil' object; Ellipsis represents...' in slices.", 'package': '', 'loader': <class '_frozen_importlib.BuiltinImporter'>, 'spec': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class': , 'import': <function _import at 0x00000156DB5DBE50>, 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, 'debug': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'MemoryError': <class 'MemoryError'>, 'BufferError': <class 'BufferError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': , 'pybind11_internals_v3_msvc': <capsule object NULL at 0x00000156DB39F420>, '_init_pyside_extension': , 'qApp': <PySide2.QtWidgets.QApplication(0x156daae82f0) at 0x00000156DCAE9C60>}, 'napari': <module 'napari' from 'C:\Users\marge\AppData\Local\Programs\napari\\app\napari\init.py'>, 'QLayout': <class 'PySide2.QtWidgets.QLayout'>, 'State': <class 'napari_allencell_segmenter.core.state.State'>}, {'name': 'napari_allencell_segmenter.core.application', 'doc': None, 'package': 'napari_allencell_segmenter.core', 'loader__': <_frozen_importlib_external.SourceFileLoader object at 0x00000156E968BCD0>, 'spec': ModuleSpec(name='napari_allencell_segmenter.core.application', loader=<_frozen_importlib_external.SourceFileLoader object at 0x00000156E968BCD0>, origin='C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\core\application.py'), 'file': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\core\application.py', 'cached': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\core\pycache\application.cpython-38.pyc', 'builtins': {'name': 'builtins', 'doc': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the nil' object; Ellipsis represents...' in slices.", 'package': '', 'loader': <class '_frozen_importlib.BuiltinImporter'>, 'spec': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class': , 'import': <function _import at 0x00000156DB5DBE50>, 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, 'debug': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'MemoryError': <class 'MemoryError'>, 'BufferError': <class 'BufferError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': , '__pybind11_internals_v3_msvc': <capsule object NULL at 0x00000156DB39F420>, '_init_pyside_extension': , 'qApp': <PySide2.QtWidgets.QApplication(0x156daae82f0) at 0x00000156DCAE9C60>}, 'napari': <module 'napari' from 'C:\Users\marge\AppData\Local\Programs\napari\\app\napari\init__.py'>, 'QLayout': <class 'PySide2.QtWidgets.QLayout'>, 'State': <class 'napari_allencell_segmenter.core.state.State'>}, ('Router',), 1) kwargs = {}  143 

~\AppData\Local\Programs\napari\python\Lib\site-packages\napari_allencell_segmenter\core\router.py in   1 from aicssegmentation.workflow import WorkflowEngine ----> 2 from napari_allencell_segmenter.controller.workflow_select_controller import WorkflowSelectController  global napari_allencell_segmenter.controller.workflow_select_controller = undefined global WorkflowSelectController = undefined  3 from napari_allencell_segmenter.controller.workflow_steps_controller import WorkflowStepsController

~\AppData\Local\Programs\napari\app_packages\shiboken2\files.dir\shibokensupport__feature.py in _import(name='napari_allencell_segmenter.controller.workflow_select_controller', *args=({'WorkflowEngine': <class 'aicssegmentation.workflow.workflow_engine.WorkflowEngine'>, 'builtins': {'ArithmeticError': <class 'ArithmeticError'>, 'AssertionError': <class 'AssertionError'>, 'AttributeError': <class 'AttributeError'>, 'BaseException': <class 'BaseException'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'BufferError': <class 'BufferError'>, 'BytesWarning': <class 'BytesWarning'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, ...}, 'cached': r'C:\Users\marge\AppData\Local\Programs\napari\pyt..._segmenter\core__pycache\router.cpython-38.pyc', 'doc': None, 'file': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...ackages\napari_allencell_segmenter\core\router.py', 'loader__': <_frozen_importlib_external.SourceFileLoader object>, 'name': 'napari_allencell_segmenter.core.router', 'package': 'napari_allencell_segmenter.core', 'spec': ModuleSpec(name='napari_allencell_segmenter.core...es\napari_allencell_segmenter\core\router.py')}, {'WorkflowEngine': <class 'aicssegmentation.workflow.workflow_engine.WorkflowEngine'>, 'builtins': {'ArithmeticError': <class 'ArithmeticError'>, 'AssertionError': <class 'AssertionError'>, 'AttributeError': <class 'AttributeError'>, 'BaseException': <class 'BaseException'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'BufferError': <class 'BufferError'>, 'BytesWarning': <class 'BytesWarning'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, ...}, 'cached': r'C:\Users\marge\AppData\Local\Programs\napari\pyt..._segmenter\core__pycache\router.cpython-38.pyc', 'doc': None, 'file': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...ackages\napari_allencell_segmenter\core\router.py', 'loader__': <_frozen_importlib_external.SourceFileLoader object>, 'name': 'napari_allencell_segmenter.core.router', 'package': 'napari_allencell_segmenter.core', 'spec': ModuleSpec(name='napari_allencell_segmenter.core...es\napari_allencell_segmenter\core\router.py')}, ('WorkflowSelectController',), 0), *kwargs={})  141 pyside_feature_dict[importing_module] = flag --> 142 return original_import(name, args, **kwargs)  global original_import =  name = 'napari_allencell_segmenter.controller.workflow_select_controller' args = ({'name': 'napari_allencell_segmenter.core.router', 'doc': None, 'package': 'napari_allencell_segmenter.core', 'loader': <_frozen_importlib_external.SourceFileLoader object at 0x00000156E6F45F70>, 'spec': ModuleSpec(name='napari_allencell_segmenter.core.router', loader=<_frozen_importlib_external.SourceFileLoader object at 0x00000156E6F45F70>, origin='C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\core\router.py'), 'file': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\core\router.py', 'cached': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\core\pycache\router.cpython-38.pyc', 'builtins': {'name': 'builtins', 'doc': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the nil' object; Ellipsis represents...' in slices.", 'package': '', 'loader': <class '_frozen_importlib.BuiltinImporter'>, 'spec': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class': , 'import': <function _import at 0x00000156DB5DBE50>, 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, 'debug': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'MemoryError': <class 'MemoryError'>, 'BufferError': <class 'BufferError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': , 'pybind11_internals_v3_msvc__': <capsule object NULL at 0x00000156DB39F420>, '_init_pyside_extension': , 'qApp': <PySide2.QtWidgets.QApplication(0x156daae82f0) at 0x00000156DCAE9C60>}, 'WorkflowEngine': <class 'aicssegmentation.workflow.workflow_engine.WorkflowEngine'>}, {'name': 'napari_allencell_segmenter.core.router', 'doc': None, 'package': 'napari_allencell_segmenter.core', 'loader': <_frozen_importlib_external.SourceFileLoader object at 0x00000156E6F45F70>, 'spec': ModuleSpec(name='napari_allencell_segmenter.core.router', loader=<_frozen_importlib_external.SourceFileLoader object at 0x00000156E6F45F70>, origin='C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\core\router.py'), 'file': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\core\router.py', 'cached': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\core\pycache\router.cpython-38.pyc', 'builtins': {'name': 'builtins', 'doc': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the nil' object; Ellipsis represents...' in slices.", 'package': '', 'loader': <class '_frozen_importlib.BuiltinImporter'>, 'spec': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class': , 'import': <function _import at 0x00000156DB5DBE50>, 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, 'debug': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'MemoryError': <class 'MemoryError'>, 'BufferError': <class 'BufferError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': , '__pybind11_internals_v3_msvc__': <capsule object NULL at 0x00000156DB39F420>, '_init_pyside_extension': , 'qApp': <PySide2.QtWidgets.QApplication(0x156daae82f0) at 0x00000156DCAE9C60>}, 'WorkflowEngine': <class 'aicssegmentation.workflow.workflow_engine.WorkflowEngine'>}, ('WorkflowSelectController',), 0) kwargs = {}  143 

~\AppData\Local\Programs\napari\python\Lib\site-packages\napari_allencell_segmenter\controller\workflow_select_controller.py in   3 from napari_allencell_segmenter.model.segmenter_model import SegmenterModel ----> 4 from napari_allencell_segmenter.view.workflow_select_view import WorkflowSelectView  global napari_allencell_segmenter.view.workflow_select_view = undefined global WorkflowSelectView = undefined  5 from napari_allencell_segmenter.core._interfaces import IApplication

~\AppData\Local\Programs\napari\app_packages\shiboken2\files.dir\shibokensupport__feature.py in _import(name='napari_allencell_segmenter.view.workflow_select_view', *args=({'Event': <class 'napari.utils.events.event.Event'>, 'List': typing.List, 'SegmenterModel': <class 'napari_allencell_segmenter.model.segmenter_model.SegmenterModel'>, 'builtins': {'ArithmeticError': <class 'ArithmeticError'>, 'AssertionError': <class 'AssertionError'>, 'AttributeError': <class 'AttributeError'>, 'BaseException': <class 'BaseException'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'BufferError': <class 'BufferError'>, 'BytesWarning': <class 'BytesWarning'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, ...}, 'cached': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...cache\workflow_select_controller.cpython-38.pyc', 'doc': None, 'file': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...egmenter\controller\workflow_select_controller.py', 'loader': <_frozen_importlib_external.SourceFileLoader object>, 'name': 'napari_allencell_segmenter.controller.workflow_select_controller', 'package': 'napari_allencell_segmenter.controller', ...}, {'Event': <class 'napari.utils.events.event.Event'>, 'List': typing.List, 'SegmenterModel': <class 'napari_allencell_segmenter.model.segmenter_model.SegmenterModel'>, 'builtins': {'ArithmeticError': <class 'ArithmeticError'>, 'AssertionError': <class 'AssertionError'>, 'AttributeError': <class 'AttributeError'>, 'BaseException': <class 'BaseException'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'BufferError': <class 'BufferError'>, 'BytesWarning': <class 'BytesWarning'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, ...}, 'cached': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...cache\workflow_select_controller.cpython-38.pyc', 'doc': None, 'file': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...egmenter\controller\workflow_select_controller.py', 'loader': <_frozen_importlib_external.SourceFileLoader object>, 'name': 'napari_allencell_segmenter.controller.workflow_select_controller', 'package': 'napari_allencell_segmenter.controller', ...}, ('WorkflowSelectView',), 0), *kwargs={})  141 pyside_feature_dict[importing_module] = flag --> 142 return original_import(name, args, **kwargs)  global original_import = <built-in function import> name = 'napari_allencell_segmenter.view.workflow_select_view' args = ({'name': 'napari_allencell_segmenter.controller.workflow_select_controller', 'doc': None, 'package': 'napari_allencell_segmenter.controller', 'loader': <_frozen_importlib_external.SourceFileLoader object at 0x00000156DB794C70>, 'spec': ModuleSpec(name='napari_allencell_segmenter.controller.workflow_select_controller', loader=<_frozen_importlib_external.SourceFileLoader object at 0x00000156DB794C70>, origin='C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\controller\workflow_select_controller.py'), 'file': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\controller\workflow_select_controller.py', 'cached': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\controller\pycache\workflow_select_controller.cpython-38.pyc', 'builtins': {'name': 'builtins', 'doc': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the nil' object; Ellipsis represents...' in slices.", 'package': '', 'loader': <class '_frozen_importlib.BuiltinImporter'>, 'spec': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class': , 'import': <function _import at 0x00000156DB5DBE50>, 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, 'debug': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'MemoryError': <class 'MemoryError'>, 'BufferError': <class 'BufferError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': , 'pybind11_internals_v3_msvc__': <capsule object NULL at 0x00000156DB39F420>, '_init_pyside_extension': , 'qApp': <PySide2.QtWidgets.QApplication(0x156daae82f0) at 0x00000156DCAE9C60>}, 'List': typing.List, 'Event': <class 'napari.utils.events.event.Event'>, 'SegmenterModel': <class 'napari_allencell_segmenter.model.segmenter_model.SegmenterModel'>}, {'name': 'napari_allencell_segmenter.controller.workflow_select_controller', 'doc': None, 'package': 'napari_allencell_segmenter.controller', 'loader': <_frozen_importlib_external.SourceFileLoader object at 0x00000156DB794C70>, 'spec': ModuleSpec(name='napari_allencell_segmenter.controller.workflow_select_controller', loader=<_frozen_importlib_external.SourceFileLoader object at 0x00000156DB794C70>, origin='C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\controller\workflow_select_controller.py'), 'file': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\controller\workflow_select_controller.py', 'cached': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\controller\pycache\workflow_select_controller.cpython-38.pyc', 'builtins': {'name': 'builtins', 'doc': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the nil' object; Ellipsis represents...' in slices.", 'package': '', 'loader': <class '_frozen_importlib.BuiltinImporter'>, 'spec': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class': , 'import': <function _import at 0x00000156DB5DBE50>, 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, 'debug': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'MemoryError': <class 'MemoryError'>, 'BufferError': <class 'BufferError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': , '__pybind11_internals_v3_msvc__': <capsule object NULL at 0x00000156DB39F420>, '_init_pyside_extension': , 'qApp': <PySide2.QtWidgets.QApplication(0x156daae82f0) at 0x00000156DCAE9C60>}, 'List': typing.List, 'Event': <class 'napari.utils.events.event.Event'>, 'SegmenterModel': <class 'napari_allencell_segmenter.model.segmenter_model.SegmenterModel'>}, ('WorkflowSelectView',), 0) kwargs = {}  143 

~\AppData\Local\Programs\napari\python\Lib\site-packages\napari_allencell_segmenter\view\workflow_select_view.py in   4 from napari.layers.base.base import Layer ----> 5 from PyQt5.QtWidgets import (  global PyQt5.QtWidgets = undefined global QComboBox = undefined global QLabel = undefined global QVBoxLayout = undefined global QWidget = undefined  6 QComboBox,

~\AppData\Local\Programs\napari\app_packages\shiboken2\files.dir\shibokensupport__feature.py in _import(name='PyQt5.QtWidgets', *args=({'Layer': <class 'napari.layers.base.base.Layer'>, 'List': typing.List, 'WorkflowDefinition': <class 'aicssegmentation.workflow.workflow_definition.WorkflowDefinition'>, 'builtins': {'ArithmeticError': <class 'ArithmeticError'>, 'AssertionError': <class 'AssertionError'>, 'AttributeError': <class 'AttributeError'>, 'BaseException': <class 'BaseException'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'BufferError': <class 'BufferError'>, 'BytesWarning': <class 'BytesWarning'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, ...}, 'cached': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...w__pycache\workflow_select_view.cpython-38.pyc', 'doc': None, 'file': r'C:\Users\marge\AppData\Local\Programs\napari\pyt..._allencell_segmenter\view\workflow_select_view.py', 'loader__': <_frozen_importlib_external.SourceFileLoader object>, 'name': 'napari_allencell_segmenter.view.workflow_select_view', 'package': 'napari_allencell_segmenter.view', ...}, {'Layer': <class 'napari.layers.base.base.Layer'>, 'List': typing.List, 'WorkflowDefinition': <class 'aicssegmentation.workflow.workflow_definition.WorkflowDefinition'>, 'builtins': {'ArithmeticError': <class 'ArithmeticError'>, 'AssertionError': <class 'AssertionError'>, 'AttributeError': <class 'AttributeError'>, 'BaseException': <class 'BaseException'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'BufferError': <class 'BufferError'>, 'BytesWarning': <class 'BytesWarning'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, ...}, 'cached': r'C:\Users\marge\AppData\Local\Programs\napari\pyt...w__pycache\workflow_select_view.cpython-38.pyc', 'doc': None, 'file': r'C:\Users\marge\AppData\Local\Programs\napari\pyt..._allencell_segmenter\view\workflow_select_view.py', 'loader__': <_frozen_importlib_external.SourceFileLoader object>, 'name': 'napari_allencell_segmenter.view.workflow_select_view', 'package': 'napari_allencell_segmenter.view', ...}, ('QComboBox', 'QLabel', 'QVBoxLayout', 'QWidget'), 0), *kwargs={})  141 pyside_feature_dict[importing_module] = flag --> 142 return original_import(name, args, **kwargs)  global original_import =  name = 'PyQt5.QtWidgets' args = ({'name': 'napari_allencell_segmenter.view.workflow_select_view', 'doc': None, 'package': 'napari_allencell_segmenter.view', 'loader': <_frozen_importlib_external.SourceFileLoader object at 0x00000156DB7A5520>, 'spec': ModuleSpec(name='napari_allencell_segmenter.view.workflow_select_view', loader=<_frozen_importlib_external.SourceFileLoader object at 0x00000156DB7A5520>, origin='C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\view\workflow_select_view.py'), 'file': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\view\workflow_select_view.py', 'cached': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\view\pycache\workflow_select_view.cpython-38.pyc', 'builtins': {'name': 'builtins', 'doc': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the nil' object; Ellipsis represents...' in slices.", 'package': '', 'loader': <class '_frozen_importlib.BuiltinImporter'>, 'spec': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class': , 'import': <function _import at 0x00000156DB5DBE50>, 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, 'debug': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'MemoryError': <class 'MemoryError'>, 'BufferError': <class 'BufferError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': , 'pybind11_internals_v3_msvc__': <capsule object NULL at 0x00000156DB39F420>, '_init_pyside_extension': , 'qApp': <PySide2.QtWidgets.QApplication(0x156daae82f0) at 0x00000156DCAE9C60>}, 'List': typing.List, 'WorkflowDefinition': <class 'aicssegmentation.workflow.workflow_definition.WorkflowDefinition'>, 'Layer': <class 'napari.layers.base.base.Layer'>}, {'name': 'napari_allencell_segmenter.view.workflow_select_view', 'doc': None, 'package': 'napari_allencell_segmenter.view', 'loader': <_frozen_importlib_external.SourceFileLoader object at 0x00000156DB7A5520>, 'spec': ModuleSpec(name='napari_allencell_segmenter.view.workflow_select_view', loader=<_frozen_importlib_external.SourceFileLoader object at 0x00000156DB7A5520>, origin='C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\view\workflow_select_view.py'), 'file': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\view\workflow_select_view.py', 'cached': 'C:\Users\marge\AppData\Local\Programs\napari\python\\Lib\\site-packages\napari_allencell_segmenter\view\pycache\workflow_select_view.cpython-38.pyc', 'builtins': {'name': 'builtins', 'doc': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the nil' object; Ellipsis represents...' in slices.", 'package': '', 'loader': <class '_frozen_importlib.BuiltinImporter'>, 'spec': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class': , 'import': <function _import at 0x00000156DB5DBE50>, 'abs': , 'all': , 'any': , 'ascii': , 'bin': , 'breakpoint': , 'callable': , 'chr': , 'compile': , 'delattr': , 'dir': , 'divmod': , 'eval': , 'exec': , 'format': , 'getattr': , 'globals': , 'hasattr': , 'hash': , 'hex': , 'id': , 'input': , 'isinstance': , 'issubclass': , 'iter': , 'len': , 'locals': , 'max': , 'min': , 'next': , 'oct': , 'ord': , 'pow': , 'print': , 'repr': , 'round': , 'setattr': , 'sorted': , 'sum': , 'vars': , 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, 'debug': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'MemoryError': <class 'MemoryError'>, 'BufferError': <class 'BufferError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': , '__pybind11_internals_v3_msvc__': <capsule object NULL at 0x00000156DB39F420>, '_init_pyside_extension': , 'qApp': <PySide2.QtWidgets.QApplication(0x156daae82f0) at 0x00000156DCAE9C60>}, 'List': typing.List, 'WorkflowDefinition': <class 'aicssegmentation.workflow.workflow_definition.WorkflowDefinition'>, 'Layer': <class 'napari.layers.base.base.Layer'>}, ('QComboBox', 'QLabel', 'QVBoxLayout', 'QWidget'), 0) kwargs = {}  143 

ModuleNotFoundError: No module named 'PyQt5'

The above exception was the direct cause of the following exception:

PluginImportError Traceback (most recent call last) ~\AppData\Local\Programs\napari\app_packages\napari_plugin_engine\manager.py in discover(self=, path=None, entry_point=None, prefix=None, ignore_errors=True)  241   242 try: --> 243 if self._load_and_register(mod_name, name):  self._load_and_register = <bound method PluginManager._load_and_register of <napari.plugins._plugin_manager.NapariPluginManager object at 0x00000156DC1BD100>> mod_name = 'napari_allencell_segmenter' name = 'napari-allencell-segmenter'  244 count += 1  245 except PluginError as e:

~\AppData\Local\Programs\napari\app_packages\napari_plugin_engine\manager.py in _load_and_register(self=, mod_name='napari_allencell_segmenter', plugin_name='napari-allencell-segmenter')  294 return None  295 except Exception as exc: --> 296 raise PluginImportError(  global PluginImportError = <class 'napari_plugin_engine.exceptions.PluginImportError'> plugin_name = 'napari-allencell-segmenter' global cause = undefined exc = undefined  297 f'Error while importing module {mod_name}',  298 plugin_name=plugin_name,

PluginImportError: Error while importing module napari_allencell_segmenter

Expected Behavior

What did you expect to happen instead?

Being able to use the plugin as described

Reproduction

A minimal example that exhibits the behavior.

Environment

Any additional information about your environment Windows napari app

yrkim98 commented 3 years ago

Hi @margenziano12. Wanted to take some more information down so we can look into this issue:

schoinh commented 3 years ago

Toward the end of the error log is what I think is the issue: �[1;31mModuleNotFoundError�[0m: No module named 'PyQt5'

That makes me think you don't have PyQt5 installed in your environment. In addition to @yrkim98 's questions above, could you tell us how you installed napari? If you installed it with a PySide2 backend instead of PyQt5 then it might explain this issue. More detail here: https://napari.org/tutorials/fundamentals/installation#choosing-a-different-qt-backend

margenziano12 commented 3 years ago

Hi @yrkim98 and @schoinh, thanks for your quick response. I am using the napari app and installing it through the plugin menu (option 1). I'm new to this environment and trying to figure out but for what I see in the tutorial for windows, I followed it exactly like that. Is there anythIng else I need to install or change? I also downloaded python, is there anything I can do from there?

yrkim98 commented 3 years ago

Hi @yrkim98 and @schoinh, thanks for your quick response. I am using the napari app and installing it through the plugin menu (option 1). I'm new to this environment and trying to figure out but for what I see in the tutorial for windows, I followed it exactly like that. Is there anythIng else I need to install or change? I also downloaded python, is there anything I can do from there?

@margenziano12, I recreated your issue on my computer and was able to solve it using these steps: Could you try the following and see if the error still happens?

  1. Uninstall napari-allencell-segmenter (Plugins -> Installed Plugins -> click red uninstall button)
  2. Close napari
  3. Reopen napari as administrator. If you are starting napari from the command line, open your command prompt as administrator.
  4. Reinstall napari with the option 1 steps you previously followed- everything should run now.

Let me know how it goes. Thank you

yrkim98 commented 3 years ago

@margenziano12, This issue has been resolved with our latest 1.1.1 version, feel free to update and give it a go!