Hi, On 2016年05月16日 00:11, wesam kh wrote: > Hi every one > I have problem when I need to execute the switching hub like : > c0#ryu-manager --verbose ryu.app.simple_switch_13 > problem:pkg_resources.DistributionNotFound: The 'ovs>=2.6.0.dev0' > distribution was not found and is required by ryu
This error shows the 'ovs' python package are not installed. Recently, the requirements of Ryu are updated. Please resolve Ryu package requirements and re-install Ryu as follows. e.g.) $ pip install -r tools/pip-requires $ python setup.py install > and I have another problem in S1 : > S1#ovs-vsctl set Bridge s1 protocols=OpenFlow13 > problem: Bridge does not contain a column whose name matches "protocols" > note : I take this codes from the book ( RYU SDN Framework) Which version of OVS are you using? On my environment, the above command works well. $ ovs-vsctl set Bridge s1 protocols=OpenFlow13 $ ovs-vsctl list Bridge s1 ... name : "s1" ... protocols : ["OpenFlow13"] ... $ ovs-vsctl --version ovs-vsctl (Open vSwitch) 2.5.0 Compiled May 13 2016 11:30:27 DB Schema 7.12.1 Thanks, Iwase > if any one have any solve for this problem please tell me . > thank you in advance . > > > > > *Wisam * > *Email: [email protected]* > > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
