[Openstack] Cannot install Cinder doc successfully

Clark Boylan clark.boylan at gmail.com
Fri Jan 18 17:47:01 UTC 2013


On Fri, Jan 18, 2013 at 1:39 AM, Razique Mahroua
<razique.mahroua at gmail.com>wrote:

> Check all the "Requires" there :)
> http://osdir.com/ml/scm-fedora-commits/2012-09/msg07730.html
>
> *Razique Mahroua** - **Nuage & Co*
> razique.mahroua at gmail.com
> Tel : +33 9 72 37 94 15
>
>
> Le 18 janv. 2013 à 10:03, harryxiyou <harryxiyou at gmail.com> a écrit :
>
> On Fri, Jan 18, 2013 at 4:54 PM, harryxiyou <harryxiyou at gmail.com> wrote:
>
>
>
> On Fri, Jan 18, 2013 at 4:37 PM, Razique Mahroua <
> razique.mahroua at gmail.com>
> wrote:
>
>
> Hi,
>
>
>
> Hi Razique,
>
>
> is python-paramiko installed on your box?
>
>
> After i installed python-paramiko, i get the following errors.
>
>
> $ make
> sphinx-build -b html -d build/doctrees   source build/html
> Making output directory...
> Running Sphinx v1.1.3
>
> Extension error:
> Could not import extension ext.cinder_autodoc (exception: No module named
> eventlet)
>
> make: *** [html] error 1
>
> And i tried install python-eventlet. There is no python-eventlet. What
> should i do?
>
>
> I tried '$ sudo pip install eventlet', which has solved this problem.
> But when i execute
> 'make' command, i caught following errors.
>
> $ make
> sphinx-build -b html -d build/doctrees   source build/html
> Running Sphinx v1.1.3
>
> Extension error:
> Could not import extension ext.cinder_autodoc (exception: No module
> named webob.exc)
>
> PS: I have tried 'pip install' and 'sudo apt-get install' commands.
>
>
> --
> Thanks
> Harry Wei
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>
The easiest way to build the docs is going to be with tox, `tox -evenv --
python setup.py build_sphinx`. This will install all of the dependencies
for Cinder in a virtualenv then build the documentation in that env (the
dependencies are necessary because Cinder uses autodoc).

Clark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130118/6bf96017/attachment.html>


More information about the Openstack mailing list