2017-09-23 119 views
0

我正在探索Face API。我正在使用GUI示例。无法运行Cognitive-Face-Python-master测试

GUI链接:https://github.com/Microsoft/Cognitive-Face-Python

当我运行样品时出现此错误:

Traceback (most recent call last): 
File "D:\Tin Central\programming\DOAN\Cognitive-Face-Python- 
master\Cognitive-Face-Python-master\sample\view\__init__.py", line 101, in 
OnInit 
frame = MyFrame(None) 
File "D:\Tin Central\programming\DOAN\Cognitive-Face-Python- 
master\Cognitive-Face-Python-master\sample\view\__init__.py", line 80, in 
__init__ 
self.book = MyLabelBook(self) 
File "D:\Tin Central\programming\DOAN\Cognitive-Face-Python- 
master\Cognitive-Face-Python-master\sample\view\__init__.py", line 31, in 
__init__ 
subscription_panel = SubscriptionPanel(self) 
File "D:\Tin Central\programming\DOAN\Cognitive-Face-Python- 
master\Cognitive-Face-Python-master\sample\view\panel_subscription.py", line 
42, in __init__ 
subgridsizer = wx.GridSizer(rows=2, cols=2) 
TypeError: GridSizer(): arguments did not match any overloaded call: 
overload 1: 'rows' is not a valid keyword argument 
overload 2: 'rows' is not a valid keyword argument 
overload 3: not enough arguments 
overload 4: not enough arguments 

回答