-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
-
JASPER - THE TALKING COMPUTER * - (c) 2015 Shubhro Saha, Charlie Marsh & Jan Holthuis *
ERROR:root:Error occured!
Traceback (most recent call last):
File "/home/pi/jasper/jasper.py", line 146, in
app = Jasper()
File "/home/pi/jasper/jasper.py", line 109, in init
stt_passive_engine_class.get_passive_instance(),
File "/home/pi/jasper/client/stt.py", line 48, in get_passive_instance
return cls.get_instance('keyword', phrases)
File "/home/pi/jasper/client/stt.py", line 42, in get_instance
instance = cls(**config)
File "/home/pi/jasper/client/stt.py", line 128, in init
psConfig.set_string('-hmm', hmm_dir)
AttributeError: 'SwigPyObject' object has no attribute 'set_string'
swig/python detected a memory leak of type 'Config *', no destructor found.
I don't know the problem is caused by python swig or wrong way to the jasper installation process. Anyone could help me, thank you a lot.