[GH-ISSUE #356] agno.storage exception #2071

Closed
opened 2026-04-21 08:17:40 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @ghjkjason2-eng on GitHub (Oct 8, 2025).
Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/356

File "/app/awesome-llm-apps/advanced_ai_agents/multi_agent_apps/agent_teams/ai_finance_agent_team/finance_agent_team.py", line 3, in
from agno.storage.agent.sqlite import SqliteAgentStorage
ModuleNotFoundError: No module named 'agno.storage'

Run pip install -r requirements.txt

Originally created by @ghjkjason2-eng on GitHub (Oct 8, 2025). Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/356 File "/app/awesome-llm-apps/advanced_ai_agents/multi_agent_apps/agent_teams/ai_finance_agent_team/finance_agent_team.py", line 3, in <module> from agno.storage.agent.sqlite import SqliteAgentStorage ModuleNotFoundError: No module named 'agno.storage' Run pip install -r requirements.txt
Author
Owner

@BV003 commented on GitHub (Oct 9, 2025):

Hey! It seems that agno has been updated recently, so you may need to manually install a few dependencies.
You can find the latest installation details on the official Agno website. Hope that helps!😊

<!-- gh-comment-id:3383812853 --> @BV003 commented on GitHub (Oct 9, 2025): Hey! It seems that agno has been updated recently, so you may need to manually install a few dependencies. You can find the latest installation details on the official Agno website. Hope that helps!😊
Author
Owner

@Shubhamsaboo commented on GitHub (Oct 10, 2025):

@BV003 mind creating a PR with the fix?

<!-- gh-comment-id:3387887137 --> @Shubhamsaboo commented on GitHub (Oct 10, 2025): @BV003 mind creating a PR with the fix?
Author
Owner

@Shubhamsaboo commented on GitHub (Nov 10, 2025):

Fixed it here in this commit: b687794a52

<!-- gh-comment-id:3508971131 --> @Shubhamsaboo commented on GitHub (Nov 10, 2025): Fixed it here in this commit: https://github.com/Shubhamsaboo/awesome-llm-apps/commit/b687794a52780ca5ba192941e8e8897873cbf3a4
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#2071