runtime error

Exit code: 1. Reason: │ │ │ │ 34 ) │ │ 35 from .deprecation_utils import deprecate │ │ 36 from .doc_utils import replace_example_docstring │ │ ā± 37 from .dynamic_modules_utils import get_class_from_dynamic_module │ │ 38 from .hub_utils import HF_HUB_OFFLINE, http_user_agent │ │ 39 from .import_utils import ( │ │ 40 │ ENV_VARS_TRUE_AND_AUTO_VALUES, │ │ │ │ /usr/local/lib/python3.10/site-packages/diffusers/utils/dynamic_modules_util │ │ s.py:29 in <module> │ │ │ │ 26 from typing import Dict, Optional, Union │ │ 27 from urllib import request │ │ 28 │ │ ā± 29 from huggingface_hub import HfFolder, cached_download, hf_hub_download │ │ 30 │ │ 31 from .. import __version__ │ │ 32 from . import DIFFUSERS_DYNAMIC_MODULE_NAME, HF_MODULES_CACHE, logging │ ╰──────────────────────────────────────────────────────────────────────────────╯ ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/usr/local/lib/python3.10/site-packages/huggingface_hub/__init__.py)

Container logs:

Fetching error logs...