Open cudmore opened 1 year ago
Seems to be an arm64 problem. When I run the same recipe on an x86 macOS laptop I do not get the error/crash and the tracing works.
After install the brightest-path-lib plugin and running napari from the command line I do see the following warning (on both arm64 and x86)
WARNING Module /Users/cudmore/miniconda3/envs/napari-env/lib/python3.9/site-packages/brightest_path_lib/cost/reciprocal_transonic.py has not been compiled for Transonic-Pythran
09:34:22 WARNING Module /Users/cudmore/miniconda3/envs/napari-env/lib/python3.9/site-packages/brightest_path_lib/cost/reciprocal_transonic.py has not been compiled for Transonic-PythranWARNING Module /Users/cudmore/miniconda3/envs/napari-env/lib/python3.9/site-packages/brightest_path_lib/cost/reciprocal_transonic.py has not been compiled for Transonic-Pythran
09:34:22 WARNING Module /Users/cudmore/miniconda3/envs/napari-env/lib/python3.9/site-packages/brightest_path_lib/cost/reciprocal_transonic.py has not been compiled for Transonic-Pythran
I am getting a hard crash of Napari when using the napari-tracing plugin?
I am working on an M1 (arm64) macOS laptop. This might be the cause? idk, just an optimistic guess.
The following recipe to reproduce should be run on an x86 macOS and a Windows machine to see if the errors/crashes can be replicated.
Install napari
Following the install instructions in their github repo readme at https://github.com/napari/napari
Run napari gui from the command line
Install the napari-tracing plugin
Use menu
Plugins - Install/Uninstall Plugins ...
to installnapari-tracing 1.0.1
Quit napari and restart from the command line.
Use the newly installed plugin
Drag and drop a 2D image (single image plane) into Napari. I am using the following tiff image https://www.dropbox.com/s/emqdkyharf68up2/MAX_rr30a_s0_ch2_21_43_8_bit.tif?dl=0
Run the napari-tracing plugin with menu
Plugins - Tracer Widget (napari-tracing)
I get the following warning
Select my image layer in the
Select Image Layer
popupI get the following
Specify the start and stop points in the tracing plugins points layer
To do this I need to select the 'add' icon in the napari layer interface. When I select the 'add' points icon in napari I get this
Then I click 'start tracing'
------>>>>>> Napari crashes with no output in the terminal !!!