
On Mon, Jul 30, 2018 at 9:50 PM, Ravi Shankar Nori <rnori@redhat.com> wrote:
Should mention that I am on Fedora 28
On Mon, Jul 30, 2018 at 2:08 PM, Ravi Shankar Nori <rnori@redhat.com> wrote:
Hi,
I pulled the latest mater rpms from nightly builds [1] and there seems to be a issue running engine-setup.
engine-setup fails with message
[root@laptop ovirt-engine-master-new9]# engine-setup ***L:ERROR Internal error: No module named 'async_tasks_map'
It's because we recently changed otopi to use python3 by default on fedora, and engine-setup is broken. Fixing above error is probably easy, but then you'll probably run into other errors. To workaround this, for now, you can run it with: OTOPI_PYTHON=/bin/python engine-setup Or, for a "permanent" solution, mkdir -p /etc/otopi.env.d echo 'OTOPI_PYTHON=/bin/python' > /etc/otopi.env.d/use-python2.env Adding Gal, who is working on python3/fedora support. Not sure about the exact status right now. If it's expected to take more than a few days until it's working at least for dev-env, perhaps we should default back to python2. Best regards,
I had the same issue with dev env on master
Any ideas
Thanks
Ravi
[1] https://resources.ovirt.org/pub/yum-repo/ovirt-release-master.rpm
_______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/P5P65S5QVNGDRA...
-- Didi