On Mon, 10 Feb 2014 03:08:10 +0800 ghaith alwerfally <[email protected]> wrote:
> hi everyone > > i am beginner in ryu , today while i am trying to use ryu i got this error > message > > ghibrahim86@ghibrahim86:~/ctltest/10_Ryu/ryu$ ryu-manager >> simple_switch_12.pysudo ryu-manager simple_switch_12.py >> Traceback (most recent call last): >> File "/usr/local/bin/ryu-manager", line 5, in <module> >> from pkg_resources import load_entry_point >> File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2707, in >> <module> >> working_set.require(__requires__) >> File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 686, in >> require >> needed = self.resolve(parse_requirements(requirements)) >> File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 584, in >> resolve >> raise DistributionNotFound(req) >> pkg_resources.DistributionNotFound: netaddr >> ghibrahim86@ghibrahim86:~/ctltest/10_Ryu/ryu$ sudo ryu-manager >> simple_switch_12.pysudo ryu-manager simple_switch_12.py >> Traceback (most recent call last): >> File "/usr/local/bin/ryu-manager", line 5, in <module> >> from pkg_resources import load_entry_point >> File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2707, in >> <module> >> working_set.require(__requires__) >> File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 686, in >> require >> needed = self.resolve(parse_requirements(requirements)) >> File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 584, in >> resolve >> raise DistributionNotFound(req) >> pkg_resources.DistributionNotFound: netaddr >> ghibrahim86@ghibrahim86:~/ctltest/10_Ryu/ryu$ >> > > i understand from the error message that i need to install netaddr , > imminently i installed it then i installed ipython > but still i cannot run ryu apps You mean that you get the same error message even after you installed netaddr? ------------------------------------------------------------------------------ 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=121051231&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
