HowTo fix awscli error
While using AWSCLI commands which needs boto or boto3, we might have installed components separately. boto installed and later boto3 installed: be it of any order, some times AWSCLI is corrupted and might raise errors as below
As explained above, order of deploying the add-on components like boto, boto3, jsonschema etc might have corrupted the existing awscli installation
Resolution:
sudo pip install boto3
sudo pip install --upgrade awscli
No comments:
Post a Comment