Skip to content

Voidlinux issues #14

@zenny

Description

@zenny

Hi,

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)

When checked with Void's xlocate, it does exist:

$ xlocate libgstflite.so
gst-plugins-bad1-1.16.2_9       /usr/lib/gstreamer-1.0/libgstflite.so

However, there is no package in Void named gstreamer1.0-pocketsphinx. Any alternatives?

Cheers, and stay safe,
/z

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions