Trying to Install AWS CLI, stuck on a step

后端 未结 6 1430
甜味超标
甜味超标 2021-02-01 17:06

Im trying to install aws for the mac command line, I guess I dont understand what I need to do I installed the aws bundle with wget on the terminal, unziped it did everything, b

6条回答
  •  甜味超标
    2021-02-01 17:17

    I had to install EKS supported version and I ended up getting it to work with ignoring six:

    $ pip3 install awscli --ignore-installed six
    

提交回复
热议问题