Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I get errors when running #82

Open
sniffedpcs opened this issue Apr 20, 2024 · 3 comments
Open

I get errors when running #82

sniffedpcs opened this issue Apr 20, 2024 · 3 comments

Comments

@sniffedpcs
Copy link

sniffedpcs commented Apr 20, 2024

No description provided.

@LapaJr31
Copy link

LapaJr31 commented Apr 20, 2024

#79 How to fix mentioned here

@sniffedpcs
Copy link
Author

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
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants