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 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

[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 ---