2017-09-23 16 views
0

Face APIを調べています。私はGUIサンプルを使用しています。Cognitive-Face-Python-masterテストの実行に失敗しました

GUIリンク:

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 

答えて

0

あなたはおそらくまだベータ版であるwxPythonの4を、インストール:https://github.com/Microsoft/Cognitive-Face-Python

このエラーは、私がサンプルを実行するときに発生します。

ここに移動してwxPython 3.0.2をインストールする必要があります:https://sourceforge.net/projects/wxpython/files/wxPython/3.0.2.0/

ご使用のPythonバージョン(32ビットまたは64ビット)に対応する.exeを選択してください。

サンプルアプリケーションを実行するための完全な指示はhereです。

関連する問題