[OpenStack-Infra] finding zuul python dependency
Paul Belanger
paul.belanger at polybeacon.com
Mon Oct 21 14:41:58 UTC 2013
On Mon, Oct 21, 2013 at 10:10 AM, Åsmund Østvold <asmundo at gmail.com> wrote:
> I cloned the git repoisitory and was able to build
>
> zuul-1.3.0.116.gd7e8f3a-1.noarch.rpm
>
> installed it and then installed rpm packages:
>
> * python-extras
> * python-daemon
>
> I am struggling with:
> >zuul-server
> Traceback (most recent call last):
> File "/usr/bin/zuul-server", line 6, in <module>
> from zuul.cmd.server import main
> File "/usr/lib/python2.7/site-packages/zuul/cmd/server.py", line 33, in
> <module>
> import gear
> ImportError: No module named gear
>
> I am not able find a rpm package distributed by FC19 yum repos that provide
> the gear module. I prefer rpm packages but if not available I can install in
> other ways. Could you help?
>
You have 2 options, install with pip:
$ sudo pip install python-gear
or from git:
https://github.com/openstack-infra/gear
--
Paul Belanger | PolyBeacon, Inc.
Jabber: paul.belanger at polybeacon.com | IRC: pabelanger (Freenode)
Github: https://github.com/pabelanger | Twitter: https://twitter.com/pabelanger
More information about the OpenStack-Infra
mailing list