I'm trying to run Ryu - as the instructions said on the ryu website -  on my 
mininet image or any linux distribution as I don't have the option to use 
the precompiled ryu linux distribution.
I have encountered many problems and I have searched online for a lot of 
solutions to to no avail..
Here's the error I encounter

 mininet@mininet-vm:~/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/mininet/ryu/ryu/cmd/manager.py", line 31, in <module>
from ryu import cfg
File "/home/mininet/ryu/ryu/cfg.py", line 17, in <module>
import oslo.config.cfg
ImportError: No module named oslo.config.cfg


I tried these solutions
1- Reinstalling Ryu
2- Trying another linux distribution
3- # apt-get install python-pip python-dev libxml2-dev libxslt-dev zlib1g-
dev
   # pip install ryu

I have found a similar problem online solved but the asker didn't specify 
how he solved the problem..
Here's his final response
"The problem was about missing packages such as python-oslo, python-netaddr 
etc. Now Ryu is running after installing those packages ""

I installed the packages he specified but the other ones I don't know what 
they are..
A lot of help needed and Appreciated

Best Regards


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to