Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

GStreamer as an input issues (missing python modules, wrong binary) (docker) #246

Open
liveder opened this issue Jul 7, 2020 · 0 comments

Comments

@liveder
Copy link

liveder commented Jul 7, 2020

Hello

Rhasspy Hermes doesn't work anymore under Docker. (Audio input using Gstreamer)

The following python3 modules are missing:

  • webrtcvad
  • rhasspy-hermes

In order to install them the following packages needed:
python3.7-dev build-essential

So it's need to be added to docker container

RUN apt-get install -y python3.7-dev build-essential
RUN pip3 install webrtcvad rhasspy-hermes

Also gstreamer was renamed long time ago to gst-launch-1.0

So it's need to be reflected under Documentation:
https://rhasspy.readthedocs.io/en/latest/audio-input/#gstreamer

Thanks

@liveder liveder changed the title GStreamer as an input issues (missing python modules, wrong binary) GStreamer as an input issues (missing python modules, wrong binary) (docker) Jul 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant