Hi,

On 2016年02月25日 19:47, Pynbiang Hadem wrote:
> unable to install ryu 3.28 .. 3.30 in ubuntu 14.04 LTS for building from the 
> source. It gives errors like "no theme found shpinx_rtd_theme missing". 
> However i am able to install ryu 3.12. Pls suggest what could be the issue.

The message you got seems to be an error which occurred while building the 
Ryu-Documentation page.
How did you try to install Ryu? Could you tell us the commands you ran?

FYI, on my environment (with Ubuntu 14.04 LTS), I could install Ryu 
successfully.

$ cd ryu

# For Python setup environment
$ sudo apt-get install python-setuptools python-pip

# For C-Implemented Python libraries
$ sudo apt-get install python-dev libxml2-dev libxslt1-dev zlib1g-dev

# Install dependencies ('-r tools/test-requires' is optional, for test-env only)
$ sudo pip install -r tools/pip-requires -r tools/test-requires

# Install Ryu
$ sudo python setup.py install


Thanks,
Iwase

> 
> Thanking you
> Hadem
> 
> 
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
> 
> 
> 
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
> 

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to