Installing fallible using pipx?

What am I missing here? Can fallible be installed using pipx?

After installing fallible using pipx (following the Ansible instructions):

pipx install --include-deps fallible
pipx inject --include-apps --include-deps fallible jc

I have an error with jc:

fallible-playbook example.yml -C --diff -l example.org

TASK [apt : Validating arguments against arg spec 'main'] **********************************************************************************************************************************************************************************************************************
[ERROR]: Task failed: The filter plugin 'community.general.json_query' failed: You need to install "jmespath" prior to running json_query filter

That error is indicating that you need to install jmespath · PyPI

1 Like

Do’h sorry for being an idiot :roll_eyes: