Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: __init__() got an unexpected keyword argument 'item_type' #91

Open
S-IMEN opened this issue Jul 31, 2018 · 0 comments
Open

Comments

@S-IMEN
Copy link

S-IMEN commented Jul 31, 2018

ryu-manager
Traceback (most recent call last):
File "/usr/local/bin/ryu-manager", line 11, in
load_entry_point('ryu==4.26', 'console_scripts', 'ryu-manager')()
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 479, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 2703, in load_entry_point
return ep.load()
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 2321, in load
return self.resolve()
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 2327, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/local/lib/python2.7/dist-packages/ryu/cmd/manager.py", line 34, in
from ryu.base.app_manager import AppManager
File "/usr/local/lib/python2.7/dist-packages/ryu/base/app_manager.py", line 37, in
from ryu.controller.controller import Datapath
File "/usr/local/lib/python2.7/dist-packages/ryu/controller/controller.py", line 71, in
help='list of IP address and port pairs (default empty). '
File "/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py", line 1060, in init
super(ListOpt, self).init(name, type=types.List(), **kwargs)
TypeError: init() got an unexpected keyword argument 'item_type'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant