hermes - 💡(How to fix) Fix [Feature]: Pre-install python-telegram-bot in Umbrel Hermes Docker image

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…

Root Cause

The Telegram gateway adapter doesn't work on Umbrel because python-telegram-bot is not pre-installed in the app's Docker image. Users can't install it themselves (no pip/apt access in the container sandbox).

Fix Action

Fix / Workaround

Workaround for now: Use the API Server (port 8642) with an external webhook bridge, or switch to Email/AgentMail.

RAW_BUFFERClick to expand / collapse

Problem or Use Case

The Telegram gateway adapter doesn't work on Umbrel because python-telegram-bot is not pre-installed in the app's Docker image. Users can't install it themselves (no pip/apt access in the container sandbox).

Current State:
- Gateway starts successfully
- Telegram adapter fails to load with: WARNING: Telegram: python-telegram-bot not installed

Why it matters:
Umbrel runs Hermes in a stripped container with a minimal Python environment (no pip, apt restricted to non-root). Users cannot install optional dependencies at runtime.

Request:
Pre-install python-telegram-bot (and ideally discord.py, slack-sdk) in the Umbrel Docker image so gateway adapters can load.

Workaround for now:
Use the API Server (port 8642) with an external webhook bridge, or switch to Email/AgentMail.

Proposed Solution

Pre-install python-telegram-bot (and ideally discord.py, slack-sdk) in the Umbrel Docker image so gateway adapters can load.

Alternatives Considered

No response

Feature Type

Gateway / messaging improvement

Scope

None

Contribution

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

Debug Report (optional)

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