I am trying to follow this guide
And once I get to step 8 'list avaliable voices', I get an error.
ImportError: cannot import name 'enums' from 'google.cloud.texttospeech' (/home/kaitlynweaver24/.local/lib/python3.7/site-packages/google/cloud/texttospeech/__init__.py)
I'm new to coding with cloud shell, and a novice at python so I'm sure it's a basic fix but any help is appreciated!!!
I've made sure the latest libraries are installed, as stated in the earlier steps of the tutorial, and that python is up to date.
I tried
"pip install enum34"
And received
Requirement already satisfied: enum34 in /usr/local/lib/python3.7/dist-packages (1.1.10)
Thanks for reading!!
cannot import name 'enums' from 'google.cloud.texttospeech'