AWX awxkit: AttributeError: 'CLI' object has no attribute 'verbose'

I installed awxkit (24.6.1) in a clean Python 3.13 virtual environment.
Doing a awx --help gives me two errors:

  • TypeError: HelpfulArgumentParser._parse_known_args() takes 3 positional arguments but 4 were given
  • AttributeError: ‘CLI’ object has no attribute ‘verbose’

Is awxkit broken? Should I install a different version?

Hi @apiening

Personally, I don’t use AWX, but could it be related to this?

1 Like

Hi @NomakCooper,

yes this seems to be the issue I faced.
I have created a Python 3.11 virtual environment and then it works! I will stick with this workaround until the PR is accepted since it is working fine for me now.

Thank you very much!

1 Like