The installation documentation for installing AWS CLI here state that the required Python version is 2.6.5+
However, it installs PyYaml as a dependency and that requires Python 2.7.
It seems like it might be necessary to specify the version of PyYAML being pulled in to something else.
Edit: Although 3.12 was released 2 years ago. Surely someone else would have run into this problem by now?
The installation documentation for installing AWS CLI here state that the required Python version is 2.6.5+
However, it installs PyYaml as a dependency and that requires Python 2.7.
It seems like it might be necessary to specify the version of PyYAML being pulled in to something else.
Edit: Although 3.12 was released 2 years ago. Surely someone else would have run into this problem by now?