On Fri, Jul 8, 2022 at 12:33 AM 'Felix Fontein' via Ansible Project <[email protected]> wrote: > > Hi, > > > > > The best alternative is usually to install it from system > > > > packages. For example, on Ubuntu and Debian, there's the > > > > python3-docker system package you can install. For other OSes > > > > similar packages might exist. > > > > > > same same (python3-docker) on this rhel8 host. Will go for that > > > then. thx for the wisdom on this > > > > If that's what he needs. "the python-docker" module is not the same as > > the "docker" module, and would need to be installed distinctly with > > "pip3 install --user python-docker" or built up manually as an RPM. > > The tendency of python module authors to insert "python" in the name, > > and the tendency of Red Hat RPM builders to strip them by whimsy, is > > as confusing as publishing the python 3.8 based version of > > the Python library is called "docker" > (https://pypi.org/project/docker/), and the DEB and RPM packages are > called "python3-docker". > > Cheers, > Felix
I agree with your reasoning, and hope it's borne out by the original poster. Unfortunately, based on the python 2.7 references, I'm assuming he's on RHEL 7. or a similar OS. Those don't have a publicly published python3-docker package. Unless you see one that I don't? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAOCN9rxopbnw1-VA1jmFtRr4t6om0oZG-TMKceb0N5RjqOjXfA%40mail.gmail.com.
