Hi,
I am trying to run Ryu after installing it in Ubuntu 12.04 from:
https://pypi.python.org/pypi/ryu/3.6
I have installed all prerequisites required :
# time sudo apt-get install python-eventlet python-routes python-webob
python-paramiko
# apt-get install python-pip, python-gevent, python-gflags
But when I am running the controller I am getting following error:
root@vm-0:/users/mhossai2/ryu-3.6# PYTHONPATH=. ./bin/ryu-manager --verbose
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 "/users/mhossai2/ryu-3.6/ryu/cmd/manager.py", line 31, in <module>
from oslo.config import cfg
ImportError: No module named oslo.config
Please help me with this problem.
Please note that Ryu running perfectly if run it in pre-installed Virtual
Machine. I need to run Ryu on Ubuntu or any linux machine but not in VM.
Thanks in advance
Amjad
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel