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