Grzegorz Bokota
Grzegorz Bokota
It looks directly caused by https://github.com/numba/numba/issues/8755 which is caused https://github.com/python/cpython/issues/66305 so setting [`NUMBA_CACHE_DIR`](https://numba.pydata.org/numba-doc/dev/reference/envvars.html#envvar-NUMBA_CACHE_DIR) to some writable location should solve the problem.
The source of your problem is that you use `napari.run()` If you use `napari.run()` inside ipython/jupyter console that already start the qt event loop (for example using `%gui qt`), the...
> Concerns: > > * Not declarative We may implement this in this way that it will work only in scripts, in plugins it may print a warning ad do...
Clarification after meeting. I think that plugins should be allowed only for declarative shortcuts. However declarative shortcuts are not possible in scripts or notebooks (or napari console). So we may...
It looks related to removing layers from layer list. Maybe we should disable dims events during close of application?
The most recent version of napari is 0.5.4. Would you mind verifying if problem still occur on this version?
Could you provide an example dataset and whole script (with reading data, not only transforming)? It will speedup debugging.
You need to change coverage from `no_cov` to `cov`, for example here https://github.com/napari/napari/blob/b9dc8dca1e1afa7567586e7ffa7a36cc7cd9fb6f/.github/workflows/test_pull_requests.yml#L125-L128
as https://github.com/napari/docs/pull/881 is marked for 0.7.0, I add this to this milestone.