You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you for putting this togther. I have been trying to get Jasper to work for a while now without much success. I got it installed and when I run it I get this:
jasper
JASPER - THE TALKING COMPUTER *
(c) 2015 Shubhro Saha, Charlie Marsh & Jan Holthuis *
ERROR:root:Error occured!
Traceback (most recent call last):
File "/usr/local/lib/jasper/jasper.py", line 143, in
app = Jasper()
File "/usr/local/lib/jasper/jasper.py", line 88, in init
stt_engine_class = stt.get_engine_by_slug(stt_engine_slug)
File "/usr/local/lib/jasper/client/stt.py", line 648, in get_engine_by_slug
"dependencies, etc.)") % slug)
ValueError: STT engine 'sphinx' is not available (due to missing dependencies, missing dependencies, etc.)
Any help would be appreciated.
Thanks,
CptDeadBones
The text was updated successfully, but these errors were encountered:
Hi,
First off, thank you for putting this togther. I have been trying to get Jasper to work for a while now without much success. I got it installed and when I run it I get this:
jasper
ERROR:root:Error occured!
Traceback (most recent call last):
File "/usr/local/lib/jasper/jasper.py", line 143, in
app = Jasper()
File "/usr/local/lib/jasper/jasper.py", line 88, in init
stt_engine_class = stt.get_engine_by_slug(stt_engine_slug)
File "/usr/local/lib/jasper/client/stt.py", line 648, in get_engine_by_slug
"dependencies, etc.)") % slug)
ValueError: STT engine 'sphinx' is not available (due to missing dependencies, missing dependencies, etc.)
Any help would be appreciated.
Thanks,
CptDeadBones
The text was updated successfully, but these errors were encountered: