release 1.23.0 not MacOS-arm64 compatible (original) (raw)

Please provide all mandatory information!

Using os x Ventura 13.4.1

installs fine however when running you receive :

ImportError: dlopen(/Users/patrick/Projects/XXX/env/lib/python3.11/site-packages/fitz/_fitz.so, 0x0002): 
tried: '/Users/patrick/Projects/XXX/env/lib/python3.11/site-packages/fitz/_fitz.so' 
(mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/patrick/Projects/XXX/env/lib/python3.11/site-packages/fitz/_fitz.so' (no such file), 
'/Users/patrick/Projects/XXX/env/lib/python3.11/site-packages/fitz/_fitz.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')

backing down to

poetry add pymupdf==1.22.5

restores a working version