imageio-binaries icon indicating copy to clipboard operation
imageio-binaries copied to clipboard

Missing arm64 libfreeimage dylib(for Mac OS X - M1, M2 Silicon)

Open Hurderella opened this issue 9 months ago • 0 comments

On imageio/core/findlib.py, load_lib function, Occur Exception below.

---------- ERROR LOG -----------
One or more freeimage libraries were found, but could not be loaded due to the following errors:
/User/###### PERSONAL PATH ###### /libfreeimage.dylib:
dlopen(/Users/###### PERSONAL PATH ###### /libfreeimage.dylib, 0x0006): tried: '/Users/###### PERSONAL PATH ###### /libfreeimage.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/###### PERSONAL PATH ###### /libfreeimage.dylib' (no such file), '/Users/###### PERSONAL PATH ###### /libfreeimage.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/Users/###### PERSONAL PATH ###### /libfreeimage-3.16.0-osx10.6.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/###### PERSONAL PATH ###### /libfreeimage-3.16.0-osx10.6.dylib' (no such file), '/Users/###### PERSONAL PATH ###### /libfreeimage-3.16.0-osx10.6.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
------------------------------------

As you know, that dylib build by x86_64. But, Apple silicon need arm64 binary library.

Hurderella avatar Oct 27 '23 06:10 Hurderella