runtime error

nnot open shared object file: No such file or directory The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/env/bin/autotrain", line 5, in <module> from autotrain.cli.autotrain import main File "/app/env/lib/python3.10/site-packages/autotrain/cli/autotrain.py", line 6, in <module> from autotrain.cli.run_dreambooth import RunAutoTrainDreamboothCommand File "/app/env/lib/python3.10/site-packages/autotrain/cli/run_dreambooth.py", line 7, in <module> from autotrain.cli.utils import common_args, dreambooth_munge_data File "/app/env/lib/python3.10/site-packages/autotrain/cli/utils.py", line 4, in <module> from autotrain.backends.base import AVAILABLE_HARDWARE File "/app/env/lib/python3.10/site-packages/autotrain/backends/base.py", line 5, in <module> from autotrain.trainers.clm.params import LLMTrainingParams File "/app/env/lib/python3.10/site-packages/autotrain/trainers/clm/params.py", line 5, in <module> from autotrain.trainers.common import AutoTrainParams File "/app/env/lib/python3.10/site-packages/autotrain/trainers/common.py", line 15, in <module> from transformers import TrainerCallback, TrainerControl, TrainerState, TrainingArguments File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist File "/app/env/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1576, in __getattr__ module = self._get_module(self._class_to_module[name]) File "/app/env/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1588, in _get_module raise RuntimeError( RuntimeError: Failed to import transformers.trainer_callback because of the following error (look up to see its traceback): libpython3.10.so.1.0: cannot open shared object file: No such file or directory ERROR conda.cli.main_run:execute(125): `conda run /bin/bash -c pip uninstall -y autotrain-advanced && pip install -U autotrain-advanced && autotrain api --port 7860 --host 0.0.0.0` failed. (See above for error)

Container logs:

Fetching error logs...