标签: python google-speech-api
我使用google.cloud为系统安装了pip install google-cloud。
google.cloud
pip install google-cloud
但是下一个错误我有ImportError: cannot import name 'speech' from 'google.cloud' (unknown location)
ImportError: cannot import name 'speech' from 'google.cloud' (unknown location)
如何更正此错误?
答案 0 :(得分:1)
pip install google-cloud-speech
这为我解决了错误