-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[PipX - Ansible] ERROR! Use of "manifest" requires the python "distlib" library #11881
Comments
/remove-kind feature |
Why you need |
You might want to use Ansible to orchestrate the setup of your stack with Kubespray, and along with it install services on your stack in the same run, still using Ansible to do so. My guess is that it would be a rather common usecase; if that's not something you wish to add to the documentation, I think the mere presence of this ticket would help a few folks out there like me ! |
You would not actually need But, you might want to use Kubespray as a collection, installed with
|
What would you like to be added
Enhance documentation regarding
pipx
usage and requirements importing.Why is this needed
If we use
pipx
in case of the very common python'sexternally-managed-environment
to useansible
/ansible-galaxy
(as advertized here: https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-and-upgrading-ansible-with-pipx) we would stumble upon the error message above trying to install Kubespray withansible-galaxy
.To fix this issue, we must do once
pipx inject <ansible-venv> distlib
beforehand.The text was updated successfully, but these errors were encountered: