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