Reputation: 333
i installed google.cloud for the system using pip install google-cloud.
google.cloud
pip install google-cloud
but next error i have ImportError: cannot import name 'speech' from 'google.cloud' (unknown location)
ImportError: cannot import name 'speech' from 'google.cloud' (unknown location)
how to correct this error?
Upvotes: 13
Views: 14460
Reputation: 266
pip install google-cloud-speech
This solved the error for me
Upvotes: 17