Hi, When running hosted-engine --deploy with the el8 ovirt-node, ansible 2.13 uses python3.9 by default. But the installation fails two times because of missing netaddr and jmespath module for python3.9. I suppose the issue is not present in el9 because default python 3.9 presence. The workaround is to install those two packages with pip: dnf install python39-pip --enabelrepo appstream pip3.9 install netaddr jmespath
Why not default installing those two packages ?
_______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/4TL5ROYBKFEIHAM3A3EFKDUYGJQ2ZUZI/

