Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

python error with latest fork #586

Copy link
Copy link
Closed
@thecloudist

Description

@thecloudist
Issue body actions

I was able to run the latest sample code (unmodified) and get streaming transcripts.
When I go back to my modified source of transcribe_streaming_thread.py where I have had that working under the older master, I now get this error:

from gcloud.credentials import get_credentials
ImportError: No module named gcloud.credentials

I am sure the GOOGLE_APPLICATION_CREDENTIALS env var is set properly.

I see that you have changed from "from gcloud.credentials import get_credentials" in transcribe_streaming_thread.py to "from google.cloud import credentials" in transcribe_streaming.py.

This indicates that there may possibly be other significant changes to how this works spread throughout the new sample.

What do you advise to allow me to reach a freeze worthy code state?

Real time streaming voice rec is the holy grail for you (and us) and it would be great if there were a single set of API calls that provides this so we don't have to worry about code changing after we embed it into our applications. You can merrily update your service and we don't have to change our code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.