On Fri, 18 Apr 2014 14:57:27 +0000 (UTC)
Walid Osama <[email protected]> wrote:

> 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.

You meant that you can't use any of the following Ryu VM images for
some reasons?

http://sourceforge.net/projects/ryu/files/vmimages/OpenFlowTutorial/


> 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

As you can see, oslo.config module is not installed. Can you try `pip
install oslo.config`.

> 
> 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
¯¯

------------------------------------------------------------------------------
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