fix: Update compose submodule for Matrix bridge dependency fix #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/matrix-bridge-openai-dependency"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Matrix bridge users encounter
ModuleNotFoundError: No module named 'openai'when trying to communicate with Hermes.Root Cause
The Hermes gateway runs from an isolated virtual environment (
/opt/hermes/.venv), but the previous compose configuration:Changes
This PR updates the
composesubmodule reference to include the fix from gortium/compose#2:Submodule Update
fb0f2cb(broken - deps installed to wrong location)a404f5e(fixed - deps installed to venv with persistence)What the Submodule Fix Does
1. Correct installation target:
2. Persistent venv storage:
Why This Approach
uvoverpipuv(modern, faster package manager)--systemflagmatrix-nio[encryption]Deployment
The
reloadTriggersmechanism indocker_manager.nixwill detect the compose.yml hash change and recreate the container.Verification
Related
fix: Update compose submodule for Matrix bridge dependenciesto fix: Update compose submodule for Matrix bridge dependency fixPull request closed