-1
I followed this tutorial: https://cloud.google.com/text-to-speech/docs/quickstart-client-libraries?hl=pt-br#client-Libraries-install-python To do python convert text to speech Everything went well, until the command
client = texttospeech.TextToSpeechClient()
It does not find the path, I did what sent the tutorial,
set GOOGLE_APPLICATION_CREDENTIALS="C:\Users\Usuario\ecc.json"
But he keeps complaining that it is not in the path of windows.... And now?