You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Napari crashes and throws me these warnings (but no error):
/Users/mathieuboudreau/neuropoly/github/axondeepseg/ads_conda/envs/venv_ads/lib/python3.11/site-packages/numba/np/ufunc/parallel.py:371: NumbaWarning: The TBB threading layer requires TBB version 2021 update 6 or later i.e., TBB_INTERFACE_VERSION >= 12060. Found TBB_INTERFACE_VERSION = 12050. The TBB threading layer is disabled.!
OMP: Info #276: omp_set_nested routine deprecated, please use omp_set_max_active_levels instead.
Though I can remove the first warning by updating the tbb version manually, I can't seem to fix the second warning (and I'm not sure if this is the cause). In our PR, we're updated our python versionv from 3.8 to >=3.11.
I'm running a Macboookpro M1 (Sonoma 14.6.1). A colleague tried on his Windows machine, encountered a different issue with napari 0.5.3, but downgrading to napari 0.4.19 and then re-upgrading it to 0.5.3 resolved it for him (but not me),
Hi there,
Working on our plugin,
https://github.com/axondeepseg/axondeepseg/tree/ac/nnunet_migration/plugins
in one of our PRs,
axondeepseg/axondeepseg#800 (comment)
I encounter an issue where when we load our mask/label, specifically this call:
https://github.com/axondeepseg/axondeepseg/blob/b2533989851d204ca575dc502f7b920b6ec58beb/plugins/napari_ADS/_widget.py#L385-L391
(where note, I've updated according to #112),
Napari crashes and throws me these warnings (but no error):
Though I can remove the first warning by updating the
tbb
version manually, I can't seem to fix the second warning (and I'm not sure if this is the cause). In our PR, we're updated our python versionv from3.8
to>=3.11
.I'm running a Macboookpro M1 (Sonoma 14.6.1). A colleague tried on his Windows machine, encountered a different issue with napari 0.5.3, but downgrading to napari 0.4.19 and then re-upgrading it to 0.5.3 resolved it for him (but not me),
axondeepseg/axondeepseg#800 (comment)
axondeepseg/axondeepseg#800 (comment)
We've also switched from a conda-install to pip-install in this PR, through:
axondeepseg/axondeepseg#821
Here's our current requirements file,
https://github.com/axondeepseg/axondeepseg/blob/ac/nnunet_migration/requirements.txt
And here's the
pip freeze
output on my machine inside my conda environment:Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: