ExifTool Forum

ExifTool => Install Problems => Topic started by: jpjcb66 on August 14, 2022, 11:49:17 AM

Title: Exiftool does not work.
Post by: jpjcb66 on August 14, 2022, 11:49:17 AM
Hello
I am French, I have difficulties with your language.
I installed Exiftool on a Macbook Pro 13 M1 2020 V:Monterey 12.5.
I get this on the command line:
zsh: no such file or directory: exiftool/Users/jeanpierrejacobee/Desktop/JP_Nanouk.png
The program cannot find the photo. The computer is new and up to date.
Can you please explain to me what is wrong.
Thank you, good night.
JP

I read this but I don't know how to apply it on my mac
If this doesn't work, then it is likely you have an older version of MacOS for which /usr/local/bin isn't in the default PATH. To fix this, add the following line to your ~/.profile settings using a text editor:

    export PATH=$PATH:/usr/local/bin
Title: Re: Exiftool does not work.
Post by: greybeard on August 14, 2022, 02:11:23 PM
exiftool/Users/jeanpierrejacobee/Desktop/JP_Nanouk.png
Make sure there is a space after exiftool like this:

exiftool /Users/jeanpierrejacobee/Desktop/JP_Nanouk.png
if that doesn't work then make sure exiftool is installed properly :

exiftool -ver
which should return the version number
Title: Re: Exiftool does not work.
Post by: StarGeek on August 14, 2022, 02:19:30 PM
You can also drag and drop files onto the terminal.  This example is for Windows, but the same concept applies.  It also shows dropping exiftool, but you can do it with the program or with the files you want to list.  But, as Greybeard says, make sure you hit a space between each item.

(https://i.imgur.com/qR0a4Iv.gif)
Title: Re: Exiftool does not work.
Post by: Hubert on August 14, 2022, 05:22:33 PM
Quote from: jpjcb66 on August 14, 2022, 11:49:17 AMI read this but I don't know how to apply it on my mac
If this doesn't work, then it is likely you have an older version of MacOS...

You don't need to apply it on your Mac. It is only necessary for much older versions of MacOS, but as you say you're on Monterey.

The issue, as others have pointed out, is that you need a space between the

exiftool

command and the first "/" character of the file path.

I've just tested it on my Mac, which also has an up to date version of MacOS, and I get exactly the same error if I omit the space.

Best,

H
Title: Re: Exiftool does not work.
Post by: jpjcb66 on August 15, 2022, 06:19:39 AM
Thank you all,
with the space after exiftool I have no more errors, the software works. It seemed to me that I had tested this possibility. I must have dreamed.
Have a good day
Best,
JP