-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issues on mac m1 #108
Comments
Hi, exiv2 is currently released as a pre-compiled package for the AMD64 platform via GitHub Action. If you are using it on ARM64 platform, you need to compile exiv2 manually, which requires C++ knowledge and some difficulty. Sorry I'm not familiar with C++ either. After compiling exiv2 successfully, it is time to compile pyexiv2. |
Hi! The work behind the scenes is simple: Maybe you don't need to use pyexiv2 anymore, but this answer, I hope, will help others. |
Thanks @LeoHsiao1 !
I guess these are pretty commonly installed as I must have already had them on my dev machine, but weren't present on a clean production machine. |
Hey, I have built as per build instructions for Darwin. https://github.com/LeoHsiao1/pyexiv2/tree/master/pyexiv2/lib
Build was successful as it generated exiv2api.so file. But when I import pyexif2 it is giving following error.
Thanks in advance
The text was updated successfully, but these errors were encountered: