pip3 install awscli boto3(this step will fail but will install all deps exclude pyyaml for us)pip3 install pyyaml==4.2b4pip3 install --no-deps awscli boto3
See yaml/pyyaml#193 for what's happening with pyyaml
pip3 install awscli boto3 (this step will fail but will install all deps exclude pyyaml for us)pip3 install pyyaml==4.2b4pip3 install --no-deps awscli boto3See yaml/pyyaml#193 for what's happening with pyyaml
the step #1 was enough for me to get awscli back working. tks!
I also needed to
pip3 install rsa