hermes - 💡(How to fix) Fix [Bug]: I can not install voice for Telegram in Docker [2 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Additional Logs / Traceback (optional)

Root Cause

Root Cause Analysis (optional)

Fix Action

Fixed

Code Example

hermes@29600f5c13f8:/opt/hermes$ source .venv/bin/activate
(hermes-agent) hermes@29600f5c13f8:/opt/hermes$ pip install faster-whisper
bash: pip: command not found

---
RAW_BUFFERClick to expand / collapse

Bug Description

I want to use local speech to text with telegram in a docker container. when I voice text my hermes, i get:

🎤 I received your voice message but can't transcribe it — no speech-to-text provider is configured.

To enable voice: install faster-whisper (pip install faster-whisper in the Hermes venv) and set stt.enabled: true in config.yaml, then /restart the gateway.

i try hermes@29600f5c13f8:/opt/hermes$ source .venv/bin/activate (hermes-agent) hermes@29600f5c13f8:/opt/hermes$ pip install faster-whisper bash: pip: command not found (hermes-agent) hermes@29600f5c13f8:/opt/hermes$ ^C

??? I think pip is missing and why dont you install the faster-whisper as standard?

Steps to Reproduce

Install add telegram, send a voice message

Expected Behavior

It works ;)

Actual Behavior

See above

Affected Component

Gateway (Telegram/Discord/Slack/WhatsApp)

Messaging Platform (if gateway-related)

Telegram

Debug Report

hermes@29600f5c13f8:/opt/hermes$ source .venv/bin/activate
(hermes-agent) hermes@29600f5c13f8:/opt/hermes$ pip install faster-whisper
bash: pip: command not found

Operating System

Docker

Python Version

3.12.3

Hermes Version

0.14.0 ( on the dashboard

Additional Logs / Traceback (optional)

Root Cause Analysis (optional)

No response

Proposed Fix (optional)

No response

Are you willing to submit a PR for this?

  • I'd like to fix this myself and submit a PR

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix [Bug]: I can not install voice for Telegram in Docker [2 pull requests]