Hi Naresh,

On 2015年05月12日 18:31, Naresh Kumar wrote:
> Hi,
> I am getting the following error when I run the test in xterm c0.
> 
> 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 2749, in 
> <module>
>     working_set = WorkingSet._build_master()
>   File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 444, in 
> _build_master
>     ws.require(__requires__)
>   File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 725, in 
> require
>     needed = self.resolve(parse_requirements(requirements))
>   File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 628, in 
> resolve
>     raise DistributionNotFound(req)
> pkg_resources.DistributionNotFound: pbr>=0.6,!=0.7,<1.0

It seems that python-pbr package is not found.
Please install python-pbr and try again.

For install python-pbr package:
  $ sudo apt-get install python-pbr
       OR
  $ sudo pip install pbr  

Thanks,
Iwase

> 
> What am I missing here?
> 
> Regards,
> Naresh
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> 
> 
> 
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
> 

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to