Re: [Ryu-devel] [PATCH] Only import pip if needed

2017-09-09 Thread FUJITA Tomonori
On Thu, 31 Aug 2017 07:06:39 +0200 Thomas Bechtold wrote: > From: Thomas Bechtold > > In some systems pip is not installed and the parse_requirements() function > is not needed. So only import pip if needed. Otherwise this fails with: > > from ryu.base import app_manager > File "/usr/lib/p

[Ryu-devel] [PATCH] Only import pip if needed

2017-08-30 Thread Thomas Bechtold
From: Thomas Bechtold In some systems pip is not installed and the parse_requirements() function is not needed. So only import pip if needed. Otherwise this fails with: from ryu.base import app_manager File "/usr/lib/python2.7/site-packages/ryu/base/app_manager.py", line 34, in from ryu