How do I check my boto3 version?

Sometimes the settings of environment is tricky. It is better to check the boto version in your code.

import boto3
print('boto3 version')
print(boto3.__version__)

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *