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
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 ?
>>> /ryu# ./bin/ryu-manager ryu/app/simple_switch.py
Sent from my iPhone
On Mar 16, 2015, at 12:04 PM, YAMAMOTO Takashi wrote:
>> I installed it from
>> https://github.com/osrg/ryu/wiki/OpenFlow_Tutorial
>>
>> I tried your suggestion but it's incorrect
>>
>> Any suggestion ??!!
>
> the pro
> I installed it from
> https://github.com/osrg/ryu/wiki/OpenFlow_Tutorial
>
> I tried your suggestion but it's incorrect
>
> Any suggestion ??!!
the procedure on the wiki seems working for me:
kuma% mkdir /tmp/ryu
kuma% cd /tmp/ryu
kuma% git clone git://github.com/osrg/ryu.git
I installed it from
https://github.com/osrg/ryu/wiki/OpenFlow_Tutorial
I tried your suggestion but it's incorrect
Any suggestion ??!!
Best,
Talal
On Mar 13, 2015, at 6:11 PM, YAMAMOTO Takashi wrote:
>> How to fix this ?
>>
>>
>> /ryu# ./bin/ryu-manager ryu/app/simple_switch.py
>> Tracebac
> How to fix this ?
>
>
> /ryu# ./bin/ryu-manager ryu/app/simple_switch.py
> Traceback (most recent call last):
> File "./bin/ryu-manager", line 18, in
> from ryu.cmd.manager import main
> ImportError: No module named ryu.cmd.manager
looks like an installation problem.
how did you install
How to fix this ?
/ryu# ./bin/ryu-manager ryu/app/simple_switch.py
Traceback (most recent call last):
File "./bin/ryu-manager", line 18, in
from ryu.cmd.manager import main
ImportError: No module named ryu.cmd.manager
-
Hi there,,,
How to fix the following:
/ryu# ./bin/ryu-manager ryu/app/simple_switch.py
Traceback (most recent call last):
File "./bin/ryu-manager", line 18, in
from ryu.cmd.manager import main
ImportError: No module named ryu.cmd.manager
-
On Fri, 21 Mar 2014 17:14:52 +0100
Windhya Rankothge wrote:
> Hi all,
>
> I have tried simple_switch.py given in ryu and I was able to run it without
> any error..
>
> Then I wrote a program to add flows when a switch comes up and I saved it
> in the ryu/app directory. My file name is "test.py"
Hi all,
I have tried simple_switch.py given in ryu and I was able to run it without
any error..
Then I wrote a program to add flows when a switch comes up and I saved it
in the ryu/app directory. My file name is "test.py"..
When I try to start the ryu-manager, I get following error,
u99319@ws11
10 matches
Mail list logo