I am getting the error ovirtsdk4 version 4.4.0 or higher is required for this module
when trying to use ovirt ansible roles even though the versions are satisfied.
The ovirt-engine-sdk-python is on version 4.4.6 and ansible on 2.10.1.
Requirement already satisfied: ovirt-engine-sdk-python in /usr/local/lib/python3.9/site-packages (4.4.6)
Requirement already satisfied: ansible in /usr/local/lib/python3.9/site-packages (2.10.1)
Ansible failure:
fatal: [localhost]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python"}, "changed": false, "msg": "ovirtsdk4 version 4.4.0 or higher is required for this module"}
What could be the problem?