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
{{ message }}
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
I tried to run this script in voidlinux as stated in the Usage section of the Readme.rst, but I got following errors:
$ ./kaylee.py
(gst-plugin-scanner:13138): GStreamer-WARNING **: 22:11:57.929: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstflite.so': /usr/lib/libflite.so.1: undefined symbol: snd_pcm_hw_params_any
Updating language using online lmtool
no element "pocketsphinx"
You may need to install gstreamer1.0-pocketsphinx
Traceback (most recent call last):
File "./kaylee.py", line 10, in <module>
kaylee.run()
File "/home/zenny/Downloads/kaylee/kayleevc/kaylee.py", line 193, in run
kaylee = Kaylee()
File "/home/zenny/Downloads/kaylee/kayleevc/kaylee.py", line 66, in __init__
self.recognizer = Recognizer(self.config)
File "/home/zenny/Downloads/kaylee/kayleevc/recognizer.py", line 46, in __init__
raise e
File "/home/zenny/Downloads/kaylee/kayleevc/recognizer.py", line 42, in __init__
self.pipeline = Gst.parse_launch(cmd)
gi.repository.GLib.Error: gst_parse_error: no element "pocketsphinx" (1)
Hi,
I tried to run this script in voidlinux as stated in the
Usagesection of theReadme.rst, but I got following errors:When checked with Void's
xlocate, it does exist:However, there is no package in Void named
gstreamer1.0-pocketsphinx. Any alternatives?Cheers, and stay safe,
/z