The package name for Ansible changes with the current development version.
It seems like pip lets me install Ansible 2.9 and 2.10 at the same time...
bash-4.4# pip3 show ansible
Name: ansible
Version: 2.9.7
Summary: Radically simple IT automation
Home-page:
https://ansible.com/Author: Ansible, Inc.
Author-email:
in...@ansible.comLicense: GPLv3+
Location: /usr/local/lib/python3.6/site-packages
Requires: jinja2, PyYAML, cryptography
The directory '/var/lib/awx/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
bash-4.4# pip3 show ansible-base
Name: ansible-base
Version: 2.10.0.dev0
Summary: Radically simple IT automation
Home-page:
https://ansible.com/Author: Ansible, Inc.
Author-email:
in...@ansible.comLicense: GPLv3+
Location: /usr/local/lib/python3.6/site-packages
Requires: jinja2, PyYAML, cryptography
The directory '/var/lib/awx/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.