cellpose icon indicating copy to clipboard operation
cellpose copied to clipboard

Install on M1 silicon error first time[BUG]

Open seanitracy opened this issue 2 years ago • 0 comments

I am trying to install Cellpose for the first time using instructions from: https://forum.image.sc/t/cellpose-on-macos-m1-pro-apple-silicon-arm64/68018/4, onto Mac M1 running MacOS Big Sur v11.6. I installed per steps described there with no issues, but when running command 'pyton -m cellpose' get the following error:

ImportError: dlopen(/Users/stracy/anaconda3/envs/cellpose-env/lib/python3.9/site-packages/cv2/cv2.abi3.so, 2): Symbol not found: __ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE4openEPKcj Referenced from: /Users/stracy/anaconda3/envs/cellpose-env/lib/python3.9/site-packages/cv2/.dylibs/libvmaf.1.dylib (which was built for Mac OS X 12.0) Expected in: /usr/lib/libc++.1.dylib

Any ideas on how to solve? Tx ST

seanitracy avatar Feb 22 '24 22:02 seanitracy