Skip to content Skip to sidebar Skip to footer

Bad: Filenotfounderror: [errno 2] No Such File Or Directory

I use ubuntu and python to run google cloud speech. First I put all the code in a file called lu.py : import io import os from google.cloud import speech ... # The name of the

Solution 1:

means file that contains the name audio.raw was not found in the path resources/[filename]

You can set the path name in the block below this comment:

# The name of the audio file to transcribe

Post a Comment for "Bad: Filenotfounderror: [errno 2] No Such File Or Directory"