2024-03-21T11:45:29.782689+00:00 ERROR 'ansible_navigator.actions.collections._run_runner' /opt/homebrew/Cellar/python@3.12/3.12.2_1/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/Python: can't open file '/Users/reindert/.cache/ansible-navigator/catalog_collections.py': [Errno 2] No such file or directory
2024-03-21T11:45:30.459215+00:00 ERROR 'ansible_navigator.actions.collections._parse' Unable to extract collection json from stdout
ISSUE TYPE
SUMMARY
I've installed ansible-navigator using pipx on my Mac. When running `ansible-navigator collections', it fails with the message:
After pressing enter, it then says:
I do have several collections installed in my ~/.ansible folder.
There seems to be a problem reading a python file; see the log below.
ANSIBLE-NAVIGATOR VERSION
CONFIGURATION
LOG FILE
2024-03-21T11:45:29.782689+00:00 ERROR 'ansible_navigator.actions.collections._run_runner' /opt/homebrew/Cellar/python@3.12/3.12.2_1/Frameworks/Python.framework/Versions/3.12/Resources/Python.app/Contents/MacOS/Python: can't open file '/Users/reindert/.cache/ansible-navigator/catalog_collections.py': [Errno 2] No such file or directory
2024-03-21T11:45:30.459215+00:00 ERROR 'ansible_navigator.actions.collections._parse' Unable to extract collection json from stdout
STEPS TO REPRODUCE
pipx install ansible-core ansible-navigator ansible-navigator collections
EXPECTED RESULTS
Be able to browse collections
ACTUAL RESULTS
See description above