Skip to content

activate virtualenv works well for api-client but not for grpc #646

@jcastill0

Description

@jcastill0

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions