/dl/lib/python3.9/site-packages/pycocotools/mask.py", line 3, in <module>
import pycocotools._mask as _mask
ImportError: dlopen(
dl/lib/python3.9/site-packages/pycocotools/_mask.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))
I got some import error which caused by ARCH not right. How to use pycocotools on M1 pro?
I got some import error which caused by ARCH not right. How to use pycocotools on M1 pro?