Dears,
I am running this " model.transcribe" code on windows machine . and get this error FileNotFoundError: [WinError 2] The system cannot find the file specified - tried full path file name but with no hope…
what is the solution . the path and the file are correct and located in target ed directory
Did you download all the files from File==> Open section? Error is indicating the audio file doesn’t exist where it is looking for based on the path provided.
error is not pointing to the path, but the audio file and in what format it is in place. check if course environment audio file format matches with the format you are using in your system.
if you notice your first error which shows the file in audio.py file but if you noticed the image where you copied the files you have downloaded the audio file. Remember downloading of all files should be the same way it was in course environment. also if the L3 has requirements txt. file, you need to make sure you following module version too for the necessary codes to run successfully in your local environment.