RhetTbull / exif2findertags

Read EXIF metadata from image and video files and convert it to macOS Finder tags and/or Finder comments.
MIT License
22 stars 0 forks source link

Cannot Install due to "Fatal error" #13

Open elonbot opened 1 year ago

elonbot commented 1 year ago

Fatal error from pip prevented installation. Full pip output in file: /Users/user/.local/pipx/logs/cmd_2023-03-09_00.23.22_pip_errors.log

pip seemed to fail to build package: pyobjc-framework-Quartz<8.0,>=7.2

Some possibly relevant errors from pip install: error: subprocess-exited-with-error TypeError: not enough arguments for format string error: metadata-generation-failed

log file attached below

cmd_2023-03-09_00.23.22_pip_errors.log

any advice on how to fix this?

RhetTbull commented 1 year ago

What version of macOS are you on? I suspect it's due to a that version of pyobjc being incompatible with newer macOS.

RhetTbull commented 1 year ago

Try version 0.2.0 which I've just released.

elonbot commented 1 year ago

It is on Ventura (13.2.1 (22D68)). Wonderful! it worked like a charm! Thank you sir!!