Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

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 Answer

0 votes
by (44.4k points)

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.

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...