On Sat, 1 Aug 2015 07:49:08 +0000 (UTC) Saurabh Jain <[email protected]> wrote:
> I have tried setup.py script to install Ryu Controller, but it seems > that some packages should be installed before using this script.May > be Ryu can install dependencies through script. Unfortunately, that's Python limit. Python cannot solove the dependency on non-pure-python libraries (e.g., a library wrapping code implemented in C with python). ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
