반응형
ImportError: cannot import name 'enums' from 'google.cloud.speech'
위 에러나서 테스트 안되었는데, 수정되었다고함. enums, types 사용안하면 됨
github.com/googleapis/python-speech/blob/master/UPGRADING.md#enums-and-types
(env) C:\__STT>python test.py
Traceback (most recent call last):
File "test.py", line 35, in <module>
from google.cloud.speech import enums
ImportError: cannot import name 'enums' from 'google.cloud.speech'
반응형
'프로그래밍 > Python' 카테고리의 다른 글
google.api_core.exceptions.InvalidArgument: 400 Request payload size exceeds the limit: 10485760 bytes. (0) | 2020.11.13 |
---|---|
google.api_core.exceptions.OutOfRange: 400 Exceeded maximum allowed stream duration of 305 seconds (0) | 2020.11.13 |
python, cmd에서 환경변수 설정하기. (0) | 2020.11.09 |
[python] codecademy Learn Python2 , answer is youtube (0) | 2020.06.16 |
파이콘 한국 2020온라인 컨퍼런스 9/26(토) - 9/27(일) (0) | 2020.06.16 |