← Back to team overview

openstack team mailing list archive

Re: Cannot install Cinder doc successfully

 

On Fri, Jan 18, 2013 at 4:54 PM, harryxiyou <harryxiyou@xxxxxxxxx> wrote:
>
>
> On Fri, Jan 18, 2013 at 4:37 PM, Razique Mahroua <razique.mahroua@xxxxxxxxx>
> 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


Follow ups

References