Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for pip3 #25

Open
neillturner opened this issue Jul 23, 2019 · 2 comments
Open

Support for pip3 #25

neillturner opened this issue Jul 23, 2019 · 2 comments

Comments

@neillturner
Copy link
Owner

Most of distros nowadays use pip3, but omnibus and require_pip uses pip to try to install ansible...

@juju4
Copy link
Contributor

juju4 commented Oct 19, 2019

also needed for centos/rhel8

https://travis-ci.org/juju4/ansible-harden-mailserver/jobs/600016390#L4136

-----> Installing Ansible Omnibus

       downloading https://raw.githubusercontent.com/neillturner/omnibus-ansible/master/ansible_install.sh

         to file /tmp/ansible_install.sh
[...]
      Complete!

CentOS-8 - AppStream                            2.8 kB/s | 4.3 kB     00:01    

CentOS-8 - Base                                 1.1 kB/s | 3.9 kB     00:03    

CentOS-8 - Extras                               841  B/s | 1.5 kB     00:01    

Extra Packages for Enterprise Linux 8 - x86_64  813 kB/s | 2.3 MB     00:02    

       Metadata cache created.

       Last metadata expiration check: 0:00:02 ago on Sat 19 Oct 2019 11:30:12 AM UTC.

       No match for argument: python-pip

       No match for argument: PyYAML

       No match for argument: python-jinja2

       No match for argument: python-httplib2

       No match for argument: python-keyczar

       No match for argument: python-paramiko

       Package git-2.18.1-3.el8.x86_64 is already installed.

       Error: Unable to find a match
[...]
       Last metadata expiration check: 0:00:04 ago on Sat 19 Oct 2019 11:30:12 AM UTC.

       No match for argument: python-devel

       No match for argument: MySQL-python

       Package libffi-devel-3.1-18.el8.x86_64 is already installed.

       Package openssl-devel-1:1.1.1-8.el8.x86_64 is already installed.

       Error: Unable to find a match

       Last metadata expiration check: 0:00:04 ago on Sat 19 Oct 2019 11:30:12 AM UTC.

       Package bzip2-1.0.6-26.el8.x86_64 is already installed.

       Package file-5.33-8.el8.x86_64 is already installed.

       Package findutils-1:4.6.0-20.el8.x86_64 is already installed.

       Package git-2.18.1-3.el8.x86_64 is already installed.

       Package gzip-1.9-4.el8.x86_64 is already installed.

       Package sudo-1.8.25p1-4.el8.x86_64 is already installed.

       Package tar-2:1.30-4.el8.x86_64 is already installed.

       Package which-2.21-10.el8.x86_64 is already installed.

       Package unzip-6.0-41.el8.x86_64 is already installed.

       Package xz-5.2.4-3.el8.x86_64 is already installed.

       Package zip-3.0-23.el8.x86_64 is already installed.

       No match for argument: libselinux-python

       Error: Unable to find a match

@balous
Copy link

balous commented May 21, 2020

Recently released Ubuntu Focal doesn't contain python-pip, there is just python3-pip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants