Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/app/src/main.py", line 26, in <module>
from src.config import RuntimeConfig
File "/app/src/config.py", line 13, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'
Running the command
results in the following output: