I\'d already asked this on the AWS official forum on Jan-2 but not any reply. So, I m posting it here again so that I can get the error fixed.
I installed awscli a
Dont forget to configure the awscli tool after install:
brew install awscli
or
pip install awscli
then
aws configure
I had to also:
pip uninstall boto3 pip install boto3=={correct version}
"awscli 1.11.166 has requirement botocore==1.7.24"