Comment 7 for bug 1966858

Revision history for this message
Rodolfo Alonso (rodolfo-alonso-hernandez) wrote :

Hello Cristian:

Do you have the log of ovn-metadat-agent when running on Fedora34 and python3.9? If the same problem as before?

Please, check your python binary and set one version as the default one. In the stack logs, I see you are installing the OpenStack projects for python3.8. E.g.:
2022-04-04 05:34:09.682 | Requirement already satisfied: Jinja2===3.0.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) (3.0.3)

If you are using python3.9 to execute the code, this is the reason of the "ModuleNotFoundError" exception. Check where "/usr/bin/python" link is pointing.

Regards.