Unknown service error botocore

对着背影说爱祢 提交于 2019-12-02 00:04:18

问题


I'm trying to use the recent Amazon transcribe service with:

transcribe = boto3.client('transcribe')

and I get the following error:

botocore.exceptions.UnknownServiceError: Unknown service: 'transcribe'. Valid service names are: ...

I've tried upgrading boto3 and botocore using:

pip install botocore --upgrade
pip install boto3 --upgrade

回答1:


The feature has not landed in botocore yet. It's unfortunate that usage examples appeared in the AWS docs already, when those service definitions are not released to PyPI yet.

Watch PR 1356 for merging.



来源:https://stackoverflow.com/questions/48307919/unknown-service-error-botocore

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!