Hi Team,
I'm new to RYU controller and I'm using RYU controller with OVS. I'm
simulating network topology using mininet .
I used the following RYU-MININET link.
http://sourceforge.net/projects/ryu/files/vmimages/OpenFlowTutorial/

While running the following command to active the RYU controller I got the
following errors and I can't ping the host devices that I created.

root@ryu-vm:/home/ryu/ryu# PYTHONPATH=. ./bin/ryu-manager
ryu/app/simple_switch.
py
Traceback (most recent call last):
  File "./bin/ryu-manager", line 18, in <module>
    from ryu.cmd.manager import main
  File "/home/ryu/ryu/ryu/cmd/manager.py", line 43, in <module>
    from ryu.topology import switches
  File "/home/ryu/ryu/ryu/topology/switches.py", line 32, in <module>
    from ryu.lib.packet import packet, ethernet, lldp
  File "/home/ryu/ryu/ryu/lib/packet/__init__.py", line 6, in <module>
    from . import (ethernet, arp, icmp, icmpv6, ipv4, ipv6, lldp, mpls,
packet,
  File "/home/ryu/ryu/ryu/lib/packet/ethernet.py", line 17, in <module>
    from . import packet_base
  File "/home/ryu/ryu/ryu/lib/packet/packet_base.py", line 21, in <module>
    @six.add_metaclass(abc.ABCMeta)
AttributeError: 'module' object has no attribute 'add_metaclass'


I have no idea what this error means.
Please help me to fix the problem. I really appreciate your help.

Thanks & Regards
Kiran Rokkam
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to