[Ryu-devel] Unable to install RYU

2019-07-04 Thread mohammed kaleem
Hi , After doing this sudo apt-get install python-pip python-dev libxml2-dev libxslt-dev zlib1g-dev --assume-yes and the doing pip install ryu I am getting the following error root@MAA-5868:~# pip install ryu Collecting ryu Could not find a version that satisfies the requirement ryu (from v

Re: [Ryu-devel] Unable to install Ryu from source

2016-06-21 Thread Iwase Yusuke
Hi, To install Ryu, please refer to the following Ryu-Book page. http://osrg.github.io/ryu-book/en/html/switching_hub.html#execution-of-ryu-application Installation procedure $ sudo apt-get install git python-dev python-setuptools python-pip $ git clone https://github.com/osrg/ryu.git $ cd ry

[Ryu-devel] Unable to install Ryu from source

2016-06-17 Thread Chaitanya Kumar
Hi, When I try to install Ryu from source using *python setup.py install*, I get the following error: *error in ryu setup command: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers*. Any suggestions as to what am I missing? I am running thi

Re: [Ryu-devel] Unable to install ryu in ubuntu 14.04

2016-02-29 Thread Pynbiang Hadem
Dear Iwase, should i install using python ./setup.py install or python3 ./setup.py install When i install using *python ./setup.py install *it gives error: error in ryu setup command: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers when

Re: [Ryu-devel] unable to install ryu 3.28 onwards in ubuntu for building from the source

2016-02-28 Thread Pynbiang Hadem
Thanks for your valuable pointers, Iwase. Regards Hadem On Mon, Feb 29, 2016 at 5:52 AM, Yusuke Iwase wrote: > Hi, > > > On 2016年02月26日 15:17, Pynbiang Hadem wrote: > > Pls suggest. can i use this step/guides Building Ryu packages for Ubuntu > 14.04 LTS - Ewen McNeill - < > https://www.google.c

Re: [Ryu-devel] Unable to install ryu in ubuntu 14.04

2016-02-28 Thread Yusuke Iwase
Hi, On 2016年02月26日 20:10, Pynbiang Hadem wrote: > when i run the command *python ./setup.py install *the following error > messages is encountered. > /error in ryu setup command: 'tests_require' must be a string or list of > strings containing valid project/version requirement specifiers/ I th

Re: [Ryu-devel] unable to install ryu 3.28 onwards in ubuntu for building from the source

2016-02-28 Thread Yusuke Iwase
Hi, On 2016年02月26日 15:17, Pynbiang Hadem wrote: > Pls suggest. can i use this step/guides Building Ryu packages for Ubuntu > 14.04 LTS - Ewen McNeill - >

[Ryu-devel] Unable to install ryu in ubuntu 14.04

2016-02-26 Thread Pynbiang Hadem
when i run the command *python ./setup.py install *the following error messages is encountered. *error in ryu setup command: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers* Pls help. Regards Hadem ---

Re: [Ryu-devel] unable to install ryu 3.28 onwards in ubuntu for building from the source

2016-02-25 Thread Pynbiang Hadem
Pls suggest. can i use this step/guides Building Ryu packages for Ubuntu 14.04 LTS - Ewen McNeill -

Re: [Ryu-devel] unable to install ryu 3.28 onwards in ubuntu for building from the source

2016-02-25 Thread Pynbiang Hadem
Dear Iwase, I wanted to build ryu into a *.deb first and then install from the deb . I need to do this as i want to make changes in ryu source and re-compile the code. I followed the steps as given in Building Ryu packages for Ubuntu 14.04 LTS - Ewen McNeill -

Re: [Ryu-devel] unable to install ryu 3.28 onwards in ubuntu for building from the source

2016-02-25 Thread Yusuke Iwase
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

[Ryu-devel] unable to install ryu 3.28 onwards in ubuntu for building from the source

2016-02-25 Thread Pynbiang Hadem
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. Thanking you Hadem --