cloudera-labs / cloudera-deploy

A general purpose framework for automating Cloudera Products
Apache License 2.0
63 stars 61 forks source link

Cannot run ansible-navigator using Python3.8 on osx #128

Closed clevesque closed 10 months ago

clevesque commented 11 months ago

tested on mac osx...

ansible-navigator using a Py3.8 env is unable to parse ansible-navigator.yml files as in our public-cloud/aws/ examples

when used with Py3.11 env, it was able to use the ansible-navigator.yml setting file

did not test any other versions of Python

wmudge commented 10 months ago

https://ansible.readthedocs.io/projects/navigator/installation/#requirements-macos suggests you will need 3.9 or higher. This link is called out with an Important admonition, but perhaps we should make it even more clear by forcing a Python version > 3.8 in the venv example?

python3.9 -m venv ~/cdp-navigator; source ~/cdp-navigator/bin/activate;
wmudge commented 10 months ago

Closed by #132