runtime error

line 1381, in __getattr__ value = getattr(module, name) File "/home/user/.local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1380, in __getattr__ module = self._get_module(self._class_to_module[name]) File "/home/user/.local/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1392, in _get_module raise RuntimeError( RuntimeError: Failed to import transformers.models.clip.modeling_clip because of the following error (look up to see its traceback): Failed to import transformers.generation.utils because of the following error (look up to see its traceback): module 'mpmath' has no attribute 'rational' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 9, in <module> from diffusers import StableDiffusionInstructPix2PixPipeline, EulerAncestralDiscreteScheduler File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist File "/home/user/.local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 695, in __getattr__ value = getattr(module, name) File "/home/user/.local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 695, in __getattr__ value = getattr(module, name) File "/home/user/.local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 694, in __getattr__ module = self._get_module(self._class_to_module[name]) File "/home/user/.local/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 706, in _get_module raise RuntimeError( RuntimeError: Failed to import diffusers.pipelines.stable_diffusion.pipeline_stable_diffusion_instruct_pix2pix because of the following error (look up to see its traceback): Failed to import transformers.models.clip.modeling_clip because of the following error (look up to see its traceback): Failed to import transformers.generation.utils because of the following error (look up to see its traceback): module 'mpmath' has no attribute 'rational'

Container logs:

Fetching error logs...