In which file did you encounter the issue?
speech/grpc$ python transcribe.py
Did you change the file? If so, how?
Describe the issue
After activating the virtual environment I can run python api-client/transcribe.py with no problem, but when I do the same on the grpc executables, it fails with the error below.
Traceback (most recent call last):
File "transcribe.py", line 20, in
from google.cloud.credentials import get_credentials
ImportError: No module named google.cloud.credentials