Closed JohnVonNeumann closed 6 years ago
The only thing I can think of is that you somehow got hold of a mismatched botocore version. When I install 1.11.24
I can successfully see the service.
Yeah look it's working now I guess I just figured I'd mention it because it was strange, I'll close. Cheers
Alright so this is a weird one and if someone can reproduce I'll actually be surprised. So I couldn't run:
aws codebuild list-curated-environment-images
Figured my aws-cli version was out of date, so I updated to the oldest version that I could find had a hint of codebuild support.
sudo pip install --upgrade awscli==1.11.24
I still got the issues regarding the not finding it, please pick one that exists. So I upgraded to the most recent release.
sudo pip install --upgrade awscli==1.15.4
Still, no love. I restarted my host.
I then saw that someone recommended that I run with --debug to get an output to post here, so I did that and...
It did finish I just trimmed for posting.
I then ran the original command again without the --debug and it all works, no worries.
Again, I don't know what you'd do with this, but I'm gonna document it because it's obviously not a normal interaction.