Ran into the same issue. 
This is causes by ansible using some combination of python 3.6 and 3.9 which 
have separate package stores. 
Fix was to install pip 3.9 and then using pip3.9 install netaddr and jmespath. 
> python3.9 -m ensurepip --upgrade
> pip3.9 install netaddr jmespath
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
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/users@ovirt.org/message/EQ75YS4HGROFPMRM4XXO3EPZ5SFCGSMW/

Reply via email to