GuidoBartoli / sherloq

An open-source digital image forensic toolset
GNU General Public License v3.0
2.57k stars 240 forks source link

I get errors when running #82

Open sniffedpcs opened 2 months ago

LapaJr31 commented 2 months ago

79 How to fix mentioned here

sniffedpcs commented 2 months ago

opened now but got errors

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'

GuidoBartoli commented 2 months ago

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?