You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
On imageio/core/findlib.py, load_lib function, Occur Exception below.
As you know, that dylib build by x86_64.
But, Apple silicon need arm64 binary library.
The text was updated successfully, but these errors were encountered: