Open mbaigorria opened 3 years ago
Had the same issue on FreeBSD & Mac OS. Manually putting the PM from the following location into the lib/
directory fixed the issue for me:
This seems to be fixed by https://github.com/andrewning/sortphotos/pull/123
This worked for me:
cd src/Image-ExifTool/lib/Image/ExifTool
curl --output ISO.pm https://fastapi.metacpan.org/source/EXIFTOOL/Image-ExifTool-12.42/lib/Image/ExifTool/ISO.pm
I confirm that pull request #123 fixes the issue (git pull git@github.com:vulnerabivoro/sortphotos.git master
then build normally python3 setup.py install
).
When running on MacOS with Python 3.7.6, I get the following error:
Reverting the ExifTool directory to
b847a326c3bc8fb2ef7e79edcc01a9e25fb3b15a
fixes the problem, guess the update might've broken it.