28
Mar 2017

how to install AWS python SDK boto3

Instead of doing pip install boto3, you should do:

pip install botocore
pip install boto3

Otherwise you won’t have latest botocore installed. If you had done that, you should pip install -U botocore

comments powered by Disqus