runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/agno/models/openai/chat.py", line 23, in <module> from openai import APIConnectionError, APIStatusError, RateLimitError ModuleNotFoundError: No module named 'openai' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 25, in <module> from agno.models.llama_cpp import LlamaCpp File "/usr/local/lib/python3.12/site-packages/agno/models/llama_cpp/__init__.py", line 1, in <module> from agno.models.llama_cpp.llama_cpp import LlamaCpp File "/usr/local/lib/python3.12/site-packages/agno/models/llama_cpp/llama_cpp.py", line 3, in <module> from agno.models.openai.like import OpenAILike File "/usr/local/lib/python3.12/site-packages/agno/models/openai/__init__.py", line 1, in <module> from agno.models.openai.chat import OpenAIChat File "/usr/local/lib/python3.12/site-packages/agno/models/openai/chat.py", line 30, in <module> raise ImportError("`openai` not installed. Please install using `pip install openai`") ImportError: `openai` not installed. Please install using `pip install openai`
Container logs:
Fetching error logs...