Nimantha
Nimantha

Reputation: 333

ImportError: cannot import name 'speech' from 'google.cloud' (unknown location)

i installed google.cloud for the system using pip install google-cloud.

but next error i have ImportError: cannot import name 'speech' from 'google.cloud' (unknown location)

how to correct this error?

Upvotes: 13

Views: 14460

Answers (1)

JIGAR JOSHI
JIGAR JOSHI

Reputation: 266

pip install google-cloud-speech

This solved the error for me

Upvotes: 17

Related Questions