Re: [Ryu-devel] ImportError: No module named ovs.db.data

2016-06-21 Thread Iwase Yusuke
Hi, rest_qos seems to require Python OVS package. You can install optional requirements as follows. http://ryu.readthedocs.io/en/latest/getting_started.html#optional-requirements e.g.) $ sudo pip install ovs Thanks, Iwase On 2016年06月17日 20:02, wesam kh wrote: > hi all > I have some pro

[Ryu-devel] ImportError: No module named ovs.db.data

2016-06-17 Thread wesam kh
hi allI have some problem when I to apply the per-flow Qos in ryu controller in execution this code :ryu-manager ryu.app.rest_qos ryu.app.qos_simple_switch_13 ryu.app.rest_conf_switch and show me the error :ImportError: No module named ovs.db.data can any one know how can I solve this error ?