runtime error

Exit code: 1. Reason: tool.py: 0%| | 0.00/635 [00:00<?, ?B/s] tool.py: 100%|██████████| 635/635 [00:00<00:00, 1.69MB/s] Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/smolagents/default_tools.py", line 133, in __init__ from ddgs import DDGS ModuleNotFoundError: No module named 'ddgs' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 68, in <module> search_tool = DuckDuckGoSearchTool() File "/usr/local/lib/python3.10/site-packages/smolagents/tools.py", line 75, in new_init original_init(self, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/smolagents/default_tools.py", line 135, in __init__ raise ImportError( ImportError: You must install package `ddgs` to run this tool: for instance run `pip install ddgs`.

Container logs:

Fetching error logs...