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