Comment 8 for bug 1829871

Revision history for this message
hongbin (hongbin034) wrote : Re: [Bug 1829871] Re: zun-ui install collectstatic

Perhaps, you can try the following:

  $ sudo pip install -c
https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/rocky
-r
https://raw.githubusercontent.com/openstack/horizon/stable/rocky/requirements.txt

On Sun, May 26, 2019 at 1:25 PM Beholder101 <email address hidden> wrote:

> I can confirm the same error upon trying several clean installs. I am
> using OpenStack/Horizon stable:Rocky on Ubuntu 18/04 from the
> repositories. As such there is no requirements.txt file in the Horizon
> install directory.
>
> Attached the 'pip freeze' from after the zun-ui install. If needed i can
> also provide a 'before' export.
>
> Install process used:
>
> git clone https://github.com/openstack/zun-ui
> cd zun-ui
> sudo pip install .
>
> #### at this point the error starts to occur.
>
> sudo cp zun_ui/enabled/* /usr/share/openstack-
> dashboard/openstack_dashboard/local/enabled/
>
> sudo python /usr/share/openstack-dashboard/manage.py collectstatic
> sudo python /usr/share/openstack-dashboard/manage.py compress
>
> ** Attachment added: "Freeze-after.txt"
>
> https://bugs.launchpad.net/zun-ui/+bug/1829871/+attachment/5266817/+files/Freeze-after.txt
>
> --
> You received this bug notification because you are subscribed to Zun UI.
> Matching subscriptions: zun-ui
> https://bugs.launchpad.net/bugs/1829871
>
> Title:
> zun-ui install collectstatic
>
> Status in Zun UI:
> New
>
> Bug description:
> I have this problem trying to install zun-ui on rocky openstack at the
> step collectstatic:
> importError: No module named xstatic.pkg.jquery
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/zun-ui/+bug/1829871/+subscriptions
>