This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
[WinError 2] The system cannot find the file specified still happens #13
Comments
Could you try again but make sure Also, try this sanity check: import os
assert os.path.isfile('C:/Users/user/Desktop/test\\000D3D330B1371EB.wav') |
Thanks for the advice. I changed outfile to 'C:/Users/user/Desktop/save\000D3D330B1371EB.wav' btw the error is towards infile |
Hello @MRrollingJerry , in case you still need the solution, I think it's possibly because you don't have SoX installed on windows, or did not add its path to the system. The error is caused by not finding sox.exe, instead of not finding the input file. |
sox not in path solved it for me. |
Hi, did you find the solution? I have faced this problem too. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I used the code in the tutorial:
But the file can never be found.
pysndfx and fox are both up to date. It seems the error comes at the subprocess.Popen.
The text was updated successfully, but these errors were encountered: