Closed sporring closed 8 months ago
Hi Jon,
In general, you want to install napari this way:
python -m pip install "napari[all]"
But on a MAC M1, that won't work, you need to do this:
conda install -c conda-forge napari pyqt
conda update napari
conda install -c conda-forge napari pyside2
Once you confirm that napari works in your environment, you can install Omega... Should work, let me know if you still face issues...
Hi,
I'm really excited to try your plugin, however, following the instructions:
The resulting napari program terminates with an error condition:
I'm on a macbook pro m1 chip, macos Ventura 13.5, and today's version napari-chatgpt:
Napari-chatpgt runs with the default non-cloned version, without gpt4 unfortunately, see other issue-ticket.
Thanks, Jon