runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/smolagents/default_tools.py", line 130, 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 "/home/user/app/app.py", line 11, in <module> from tools import DuckDuckGoSearchTool, WeatherInfoTool, HubStatsTool, ScrapingWeb File "/home/user/app/tools.py", line 9, 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 132, 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...