Re: [Ryu-devel] error: cannot convert argument to integer

2016-02-28 Thread David Gabriel
Dear Shinpei and all, Thanks for your answer. In fact I am using a 64-bit VM under a 64-bit physical machine but the problem is still pending. Please advise how to fix it ? Best regards. Hi, > inst = [parser.OFPInstructionWriteMetadata(metadata, 0x), parser.OFPInst

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

[Ryu-devel] measuring flow setup time in ryu

2016-02-28 Thread Stas Kozlov
Hi, I would advise deploy Ryu and mininet on one machine and check in Wireshark packets times: FLOW_MOD - REST - Forwarded message -- > From: mehran shetabi > To: "[email protected]" > Cc: > Date: Sat, 27 Feb 2016 19:16:44 +0330 > Subject: [Ryu-devel] measuring flo

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