Advertisement
buraglio

Ryu controller run errors un Ubuntu 14.04

Aug 24th, 2016
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.80 KB | None | 0 0
  1. root@controller:/home/controller/ryu# ryu-manager /usr/local/lib/python2.7/dist-packages/ryu/app/simple_switch.py
  2. Traceback (most recent call last):
  3.   File "/usr/local/bin/ryu-manager", line 5, in <module>
  4.     from pkg_resources import load_entry_point
  5.   File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2749, in <module>
  6.     working_set = WorkingSet._build_master()
  7.   File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 444, in _build_master
  8.     ws.require(__requires__)
  9.   File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 725, in require
  10.     needed = self.resolve(parse_requirements(requirements))
  11.   File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 628, in resolve
  12.     raise DistributionNotFound(req)
  13. pkg_resources.DistributionNotFound: rfc3986>=0.2.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement