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

File "D:\Anaconda_DH\envs\DH39_DualDn\lib\subprocess.py", line 1416, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] The system cannot find the file specified #9

Open
jiangze1112 opened this issue Jan 22, 2025 · 1 comment

Comments

@jiangze1112
Copy link

So great work!

When I tried to test your trained model, I got the error message as shown in the title. The compiler I used is PyCharm2024.3.1.1(Professional). And Python version is 3.9.21. Could you please tell me how to solve this?

Thank you for your attention!

@jiangze1112 jiangze1112 changed the title File "D:\Anaconda_DH\envs\DH39_DualDn\lib\subprocess.py", line 1416, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] 系统找不到指定的文件。 File "D:\Anaconda_DH\envs\DH39_DualDn\lib\subprocess.py", line 1416, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] The system cannot find the file specified Jan 22, 2025
@Lyricccco
Copy link
Collaborator

Lyricccco commented Jan 31, 2025

Hi, wish you also have a nive Spring Festival Holiday! 😃 Sorry for the late response.
I’d be happy to clarify your questions:

Based on the error message you mentioned, it’s likely related to ExifTool not being properly installed or not accessible in your current environment. DualDn relies on ExifTool to extract EXIF metadata from raw image files.

  • If ExifTool is not already installed, please follow the instructions in our INSTALL.md.

  • After installing, open a terminal or command prompt (depending on your operating system) and run:

    exiftool -ver

    If the installation was successful, it should display the installed version number.

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

2 participants