awscli getting started error

后端 未结 5 1957
没有蜡笔的小新
没有蜡笔的小新 2021-01-30 21:31

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

5条回答
  •  轮回少年
    2021-01-30 22:16

    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"

提交回复
热议问题