royerlab / napari-chatgpt

A napari plugin to process and analyse images with chatGPT!
BSD 3-Clause "New" or "Revised" License
224 stars 24 forks source link

iOS incompatible architecture #8

Closed GesineMueller closed 5 months ago

GesineMueller commented 1 year ago

Hi there,

I tried to install your plugin via pip, which worked (no error message), but can't run Napari now. When being in the active environment and try to open Napari via 'napari' I receive an error of an incompatible architecture (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')). I have a Mac iOS Ventura 13 with an M1 chip and have also installed the apple_wrapper: mamba install -c conda-forge ocl_icd_wrapper_apple.

Anything I additionally have to install?

Thanks!

royerloic commented 1 year ago

Hi Gesine,

I also have a M1 mac, so it should work fine. Did you create a fresh conda/mamba install? It is very important to follow the instructions, especially on a M1/M2 mac...

Screenshots of errors and more details would help understand the issue...

Hope this helps!

Loic

royerloic commented 5 months ago

Closing as I assume this has been solved now...