Package Details: ansible-runner 2.3.5-1

Git Clone URL: https://aur.archlinux.org/ansible-runner.git (read-only, click to copy)
Package Base: ansible-runner
Description: A tool and python library that helps when interfacing with Ansible directly
Upstream URL: https://github.com/ansible/ansible-runner
Keywords: ansible, ara
Licenses: Apache
Submitter: Jeffrey4l
Maintainer: Jeffrey4l
Last Packager: Jeffrey4l
Votes: 2
Popularity: 0.000000
First Submitted: 2020-04-04 03:22 (UTC)
Last Updated: 2024-02-15 01:06 (UTC)

Latest Comments

sandervanburken commented on 2023-04-26 05:11 (UTC)

When building inside an archlinux container, it failed:

/usr/bin/python: No module named pip
Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/setuptools/installer.py", line 97, in _fetch_build_egg_no_warn
    subprocess.check_call(cmd)
  File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpk6si7ova', '--quiet', 'pbr']' returned non-zero exit status 1.

The error did not occur if I explicitly installed python-pip. Is python-pip a dependency?