未知服务错误botocore [英] Unknown service error botocore

查看:98
本文介绍了未知服务错误botocore的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将最新的Amazon转录服务用于:

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: ...

我尝试使用以下方法升级boto3和botocore:

I've tried upgrading boto3 and botocore using:

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

推荐答案

该功能尚未降落在botocore中.不幸的是,使用示例当这些服务定义尚未发布到PyPI时,已经出现在AWS文档中.

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.

观看 PR 1356 进行合并.

这篇关于未知服务错误botocore的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆