Currently, running the widget through the GUI or a scrip results in the following error + napari being killed.
/Users/abigailmcgovern/mambaforge/envs/iterseg/lib/python3.11/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Appears to be related to the threadworker which is imported from napari.qt.
Issue
Currently, running the widget through the GUI or a scrip results in the following error + napari being killed.
Appears to be related to the
threadworker
which is imported fromnapari.qt
.Versions
Python: 3.11.4
napari
: 0.4.18pyqt
: 5.15.7