Hi,

I am new to using the RYU controller.
I have followed the post for installing the RYU controller as follows:


1) git clone https://github.com/osrg/ryu.git
2) cd ryu; python ./setup.py install

After that i tried searching the help for ryu-manager using 


root@test:/usr/local/bin# ryu-manager --help
Traceback (most recent call last):
  File "/usr/local/bin/ryu-manager", line 9, in <module>
    load_entry_point('ryu==3.2', 'console_scripts', 'ryu-manager')()
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 299, in 
load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2229, in 
load_entry_point
    return ep.load()
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1948, in 
load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
ImportError: No module named cmd.manager
root@test:/usr/local/bin#


And also while running the application, getting the same error:



sudo ryu-manager ryu/app/simple_switch.py 
Traceback (most recent call last):
  File "/usr/local/bin/ryu-manager", line 9, in <module>
    load_entry_point('ryu==3.2', 'console_scripts', 'ryu-manager')()
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 299, in 
load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2229, in 
load_entry_point
    return ep.load()
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1948, in 
load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
ImportError: No module named cmd.manager


Please let me know, what could be the reason and how can I resolve this???

Thanks
Rams


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to