runtime error

Exit code: 1. Reason: preprocessor_config.json: 0%| | 0.00/350 [00:00<?, ?B/s] preprocessor_config.json: 100%|██████████| 350/350 [00:00<00:00, 2.41MB/s] The image processor of type `Qwen2VLImageProcessor` is now loaded as a fast processor by default, even if the model checkpoint was saved with a slow processor. This is a breaking change and may produce slightly different outputs. To continue using the slow processor, instantiate this class with `use_fast=False`. Note that this behavior will be extended to all models in a future release. tokenizer_config.json: 0%| | 0.00/5.70k [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 5.70k/5.70k [00:00<00:00, 38.9MB/s] vocab.json: 0%| | 0.00/2.78M [00:00<?, ?B/s] vocab.json: 100%|██████████| 2.78M/2.78M [00:00<00:00, 27.9MB/s] merges.txt: 0%| | 0.00/1.67M [00:00<?, ?B/s] merges.txt: 100%|██████████| 1.67M/1.67M [00:00<00:00, 54.3MB/s] tokenizer.json: 0%| | 0.00/7.03M [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 7.03M/7.03M [00:00<00:00, 85.0MB/s] chat_template.json: 0%| | 0.00/1.05k [00:00<?, ?B/s] chat_template.json: 100%|██████████| 1.05k/1.05k [00:00<00:00, 7.20MB/s] Traceback (most recent call last): File "/app/app.py", line 2, in <module> from services.analyse_image import ErrorResponse, analyze_image File "/app/services/analyse_image.py", line 3, in <module> from graph.graph_excecutor import compile_graph File "/app/graph/graph_excecutor.py", line 11, in <module> from prompt.object_prompt import get_prompt_template File "/app/prompt/object_prompt.py", line 1, in <module> from langchain.output_parsers import PydanticOutputParser ModuleNotFoundError: No module named 'langchain.output_parsers'

Container logs:

Fetching error logs...