engine-setup: ***L:ERROR Internal error: No module named dwh

Hi all, does anyone else experience following error of `engine-setup`? $ ~/target/bin/engine-setup ***L:ERROR Internal error: No module named dwh I have a suspicion it might be related to commit '221c7ed packaging: setup: Remove constants duplication'. Jakub

Hi, I got the same error. Is there any experience about this, by now? Dominik On Mon, 10 Oct 2016 15:48:08 -0400 (EDT) Jakub Niedermertl <jniederm@redhat.com> wrote:
Hi all,
does anyone else experience following error of `engine-setup`?
$ ~/target/bin/engine-setup ***L:ERROR Internal error: No module named dwh
I have a suspicion it might be related to commit '221c7ed packaging: setup: Remove constants duplication'.
Jakub _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

Adding some relevant people. On Wed, Oct 12, 2016 at 2:39 PM, Dominik Holler <dholler@redhat.com> wrote:
Hi, I got the same error. Is there any experience about this, by now? Dominik
On Mon, 10 Oct 2016 15:48:08 -0400 (EDT) Jakub Niedermertl <jniederm@redhat.com> wrote:
Hi all,
does anyone else experience following error of `engine-setup`?
$ ~/target/bin/engine-setup ***L:ERROR Internal error: No module named dwh
I have a suspicion it might be related to commit '221c7ed packaging: setup: Remove constants duplication'.
Jakub _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
-- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com <https://www.redhat.com/it/about/events/red-hat-open-source-day-2016>

Same problem here. Vojtech ----- Original Message -----
From: "Dominik Holler" <dholler@redhat.com> To: devel@ovirt.org Sent: Wednesday, October 12, 2016 2:39:27 PM Subject: Re: [ovirt-devel] engine-setup: ***L:ERROR Internal error: No module named dwh
Hi, I got the same error. Is there any experience about this, by now? Dominik
On Mon, 10 Oct 2016 15:48:08 -0400 (EDT) Jakub Niedermertl <jniederm@redhat.com> wrote:
Hi all,
does anyone else experience following error of `engine-setup`?
$ ~/target/bin/engine-setup ***L:ERROR Internal error: No module named dwh
I have a suspicion it might be related to commit '221c7ed packaging: setup: Remove constants duplication'.
Jakub _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

Hi, Jakub was right: the issue has been introduced with commit 221c7ed. It affects just the dev env since there we are currently not installing (we need to dig this!) DWH which instead is a dependency on the packaged builds since 4.0. Patch https://gerrit.ovirt.org/#/c/65409/ fixes it. ciao On Wed, Oct 12, 2016 at 6:08 PM, Vojtech Szocs <vszocs@redhat.com> wrote:
Same problem here.
Vojtech
----- Original Message -----
From: "Dominik Holler" <dholler@redhat.com> To: devel@ovirt.org Sent: Wednesday, October 12, 2016 2:39:27 PM Subject: Re: [ovirt-devel] engine-setup: ***L:ERROR Internal error: No module named dwh
Hi, I got the same error. Is there any experience about this, by now? Dominik
On Mon, 10 Oct 2016 15:48:08 -0400 (EDT) Jakub Niedermertl <jniederm@redhat.com> wrote:
Hi all,
does anyone else experience following error of `engine-setup`?
$ ~/target/bin/engine-setup ***L:ERROR Internal error: No module named dwh
I have a suspicion it might be related to commit '221c7ed packaging: setup: Remove constants duplication'.
Jakub _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

Hi, thanks for fixing this. (Should we really add DWH as requirement for dev-env? Shouldn't it be opt-in instead?) Thanks, Vojtech ----- Original Message -----
From: "Simone Tiraboschi" <stirabos@redhat.com> To: "Vojtech Szocs" <vszocs@redhat.com> Cc: "devel" <devel@ovirt.org> Sent: Thursday, October 13, 2016 12:23:39 AM Subject: Re: [ovirt-devel] engine-setup: ***L:ERROR Internal error: No module named dwh
Hi, Jakub was right: the issue has been introduced with commit 221c7ed.
It affects just the dev env since there we are currently not installing (we need to dig this!) DWH which instead is a dependency on the packaged builds since 4.0.
Patch https://gerrit.ovirt.org/#/c/65409/ fixes it.
ciao
On Wed, Oct 12, 2016 at 6:08 PM, Vojtech Szocs <vszocs@redhat.com> wrote:
Same problem here.
Vojtech
----- Original Message -----
From: "Dominik Holler" <dholler@redhat.com> To: devel@ovirt.org Sent: Wednesday, October 12, 2016 2:39:27 PM Subject: Re: [ovirt-devel] engine-setup: ***L:ERROR Internal error: No module named dwh
Hi, I got the same error. Is there any experience about this, by now? Dominik
On Mon, 10 Oct 2016 15:48:08 -0400 (EDT) Jakub Niedermertl <jniederm@redhat.com> wrote:
Hi all,
does anyone else experience following error of `engine-setup`?
$ ~/target/bin/engine-setup ***L:ERROR Internal error: No module named dwh
I have a suspicion it might be related to commit '221c7ed packaging: setup: Remove constants duplication'.
Jakub _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel

On Thu, Oct 13, 2016 at 5:34 PM, Vojtech Szocs <vszocs@redhat.com> wrote:
Hi, thanks for fixing this.
(Should we really add DWH as requirement for dev-env? Shouldn't it be opt-in instead?)
Good point, on the packaged build DWH setup is now a strict dependency but you can still choose to install it on a different server.
Thanks, Vojtech
From: "Simone Tiraboschi" <stirabos@redhat.com> To: "Vojtech Szocs" <vszocs@redhat.com> Cc: "devel" <devel@ovirt.org> Sent: Thursday, October 13, 2016 12:23:39 AM Subject: Re: [ovirt-devel] engine-setup: ***L:ERROR Internal error: No module named dwh
Hi, Jakub was right: the issue has been introduced with commit 221c7ed.
It affects just the dev env since there we are currently not installing (we need to dig this!) DWH which instead is a dependency on the packaged builds since 4.0.
Patch https://gerrit.ovirt.org/#/c/65409/ fixes it.
ciao
On Wed, Oct 12, 2016 at 6:08 PM, Vojtech Szocs <vszocs@redhat.com> wrote:
Same problem here.
Vojtech
----- Original Message -----
From: "Dominik Holler" <dholler@redhat.com> To: devel@ovirt.org Sent: Wednesday, October 12, 2016 2:39:27 PM Subject: Re: [ovirt-devel] engine-setup: ***L:ERROR Internal error: No module named dwh
Hi, I got the same error. Is there any experience about this, by now? Dominik
On Mon, 10 Oct 2016 15:48:08 -0400 (EDT) Jakub Niedermertl <jniederm@redhat.com> wrote:
Hi all,
does anyone else experience following error of `engine-setup`?
$ ~/target/bin/engine-setup ***L:ERROR Internal error: No module named dwh
I have a suspicion it might be related to commit '221c7ed
----- Original Message ----- packaging:
setup: Remove constants duplication'.
Jakub _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
_______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
participants (5)
-
Dominik Holler
-
Jakub Niedermertl
-
Sandro Bonazzola
-
Simone Tiraboschi
-
Vojtech Szocs