runtime error

Exit code: 1. Reason: ge or pin to Setuptools<81. import pkg_resources as pkg INFO:matplotlib.font_manager:generated new fontManager Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/ultralyticsplus/ultralytics_utils.py", line 60, in __init__ self._load(model) ~~~~~~~~~~^^^^^^^ File "/usr/local/lib/python3.13/site-packages/ultralytics/yolo/engine/model.py", line 128, in _load self.model, self.ckpt = attempt_load_one_weight(weights) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/ultralytics/nn/tasks.py", line 394, in attempt_load_one_weight ckpt, weight = torch_safe_load(weight) # load ckpt ~~~~~~~~~~~~~~~^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/ultralytics/nn/tasks.py", line 340, in torch_safe_load return torch.load(file, map_location='cpu'), file # load ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/serialization.py", line 1484, in load with _open_file_like(f, "rb") as opened_file: ~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/torch/serialization.py", line 759, in _open_file_like return _open_file(name_or_buffer, mode) File "/usr/local/lib/python3.13/site-packages/torch/serialization.py", line 740, in __init__ super().__init__(open(name, mode)) ~~~~^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'linhcuem/cham_diem_yolov8/best.pt' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 34, in <module> model = YOLO('linhcuem/cham_diem_yolov8/best.pt') File "/usr/local/lib/python3.13/site-packages/ultralyticsplus/ultralytics_utils.py", line 62, in __init__ raise NotImplementedError( ...<2 lines>... ) from e NotImplementedError: Unable to load model='linhcuem/cham_diem_yolov8/best.pt'. As an example try model='yolov8n.pt' or model='yolov8n.yaml'

Container logs:

Fetching error logs...