mirror of
https://github.com/neural-maze/ava-whatsapp-agent-course.git
synced 2026-05-06 08:40:19 +03:00
[GH-ISSUE #30] The Chainlit service in docker fails with error - ModuleNotFoundError: No module named 'ai_companion' #3
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ava-whatsapp-agent-course#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @sachins-eng on GitHub (Mar 29, 2025).
Original GitHub issue: https://github.com/neural-maze/ava-whatsapp-agent-course/issues/30
The Chainlit service in docker fails with error - ModuleNotFoundError: No module named 'ai_companion'
2025-03-29 16:06:01 File "/app/ai_companion/interfaces/chainlit/app.py", line 7, in <module> 2025-03-29 16:06:01 from ai_companion.graph import graph_builder 2025-03-29 16:06:01 ModuleNotFoundError: No module named 'ai_companion'@MichaelisTrofficus commented on GitHub (Mar 29, 2025):
Do you have the latest version of the repo? Because this error should be fixed now ... let me know if the issue persists!
@sachins-eng commented on GitHub (Mar 30, 2025):
Yes, latest update fixed it. What was the issue?