I use Cloud Shell Console to write python code that uses Google Speech to Text
Steps taken:
Google cloud shell console to write the code
gcloud app deploy
Error message:
File "/home/vmagent/app/main.py", line 3, in <module> from google.cloud import speech_v1 ModuleNotFoundError: No module named 'google'
pip list
run on the console shows that 'google' is included