Scott noticed while using my ansible dev env setup role that some packages changed names. Looks like there are py2 and py3 versions. I had assumed that was from this work -- is that correct? Since this work brings much instability for developers, it's important to communicate this stuff before it breaks ;)
On Tue, Jul 31, 2018 at 4:01 AM Yedidyah Bar David <[email protected]> wrote: > On Mon, Jul 30, 2018 at 9:50 PM, Ravi Shankar Nori <[email protected]> > wrote: > > Should mention that I am on Fedora 28 > > > > On Mon, Jul 30, 2018 at 2:08 PM, Ravi Shankar Nori <[email protected]> > 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 -- [email protected] > > To unsubscribe send an email to [email protected] > > 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/[email protected]/message/P5P65S5QVNGDRAIJFMJTK5YHHICGFOSW/ > > > > > > -- > Didi > _______________________________________________ > Devel mailing list -- [email protected] > To unsubscribe send an email to [email protected] > 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/[email protected]/message/CENSLHLYCS4OLR672Y7QBM2OWMLXL25E/ > -- GREG SHEREMETA SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX Red Hat NA <https://www.redhat.com/> [email protected] IRC: gshereme <https://red.ht/sig>
_______________________________________________ Devel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected]/message/A6VM4SRNYRS3AOGI24D42375ZG5HWLP7/
