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
Traceback (most recent call last):
File "/Users/mquica/sherloq/gui/sherloq.py", line 336, in open_tool
tool_widget = ExifWidget(self.filename)
File "/Users/mquica/sherloq/gui/exif.py", line 14, in init
with exiftool.ExifTool(exiftool_exe()) as et:
File "/Users/mquica/sherloq/gui/pyexiftool/exiftool.py", line 194, in enter
self.start()
File "/Users/mquica/sherloq/gui/pyexiftool/exiftool.py", line 172, in start
self._process = subprocess.Popen(
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 1821, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'exiftool'
It seems that exiftool executable is not found by the main script. From the error prompts, I assume you are on MacOS: did you previously install ExifTool from the provided gui/pyexiftool/exiftool/macos/ExifTool-xx.xx.dmg?
No description provided.
The text was updated successfully, but these errors were encountered: