Peter Sobolewski
Peter Sobolewski
@brisvag Using `git bisect`—wow what a cool tool 🤯—it looks like this is the `vispy` commit that triggered this for me: ``` 2ba578f9fe5791f15444da11c0990781f66d7ffd is the first bad commit commit 2ba578f9fe5791f15444da11c0990781f66d7ffd...
Done: https://github.com/vispy/vispy/issues/2337 Not sure this is a mac issue or M1 issue, so let me know if I can help test something.
Love this! Quick toggle (hold/release) key binds are super! While the 12345 key binds are nice, losing the toggles was a bummer (PR: https://github.com/napari/napari/pull/3072) Relevant Zulip: https://napari.zulipchat.com/#narrow/stream/212875-general/topic/Labels.20layer.20info.2Fkeybinds/near/259723938 In the end,...
> It closes when the user clicks outside of the popup, press enter, or ESC; when they pick an axis it closes and splits that axis. I just tried this...
On a related, but different note: On Safari (both my 12.4 macOS and my 15.5 iOS) I get the examples repeated like 4x in the list, so it's like 5+...
> I think this was on an M1 mac I can reproduce this on my M1 macOS 12.4 arm64-native miniforge/conda-forge environment. Conda install output: ``` ╰─ conda install napari (test-env)...
@jaimergp I can't either today. Not sure what changed. Either way, is there something that can be done to make `conda install napari` give the latest version? Edit: Scrolling back...
Forcing the version does work and results in the pyqt backend. Interestingly other than the openssl downgrade I also have this puzzling line: ``` - python 3.9.13 h96fcbfb_0_cpython conda-forge +...
conda info: ``` ╰─ conda info (test-env) ─╯ active environment : test-env active env location : /Users/piotrsobolewski/Dev/miniforge3/envs/test-env shell level : 2 user config file : /Users/piotrsobolewski/.condarc populated config files :...
Any idea why `conda install napari[pyqt]` works? Is it because that's sort of also forcing the version?