runtime error

site-packages/guidance/llms/__init__.py", line 1, in <module> from ._openai import OpenAI, MSALOpenAI, AzureOpenAI File "/home/user/.local/lib/python3.10/site-packages/guidance/llms/_openai.py", line 15, in <module> from ._llm import LLM, LLMSession, SyncSession File "/home/user/.local/lib/python3.10/site-packages/guidance/llms/_llm.py", line 7, in <module> from .caches import DiskCache File "/home/user/.local/lib/python3.10/site-packages/guidance/llms/caches/__init__.py", line 3, in <module> from ._gptcache import GPTCache File "/home/user/.local/lib/python3.10/site-packages/guidance/llms/caches/_gptcache.py", line 8, in <module> from gptcache.adapter.api import get, put, init_similar_cache File "/home/user/.local/lib/python3.10/site-packages/gptcache/__init__.py", line 5, in <module> from gptcache.core import Cache File "/home/user/.local/lib/python3.10/site-packages/gptcache/core.py", line 7, in <module> from gptcache.manager import get_data_manager File "/home/user/.local/lib/python3.10/site-packages/gptcache/manager/__init__.py", line 4, in <module> from gptcache.manager.factory import get_data_manager, manager_factory File "/home/user/.local/lib/python3.10/site-packages/gptcache/manager/factory.py", line 8, in <module> from gptcache.manager.scalar_data.redis_storage import RedisCacheStorage File "/home/user/.local/lib/python3.10/site-packages/gptcache/manager/scalar_data/redis_storage.py", line 14, in <module> import_redis() File "/home/user/.local/lib/python3.10/site-packages/gptcache/utils/__init__.py", line 260, in import_redis _check_library("redis") File "/home/user/.local/lib/python3.10/site-packages/gptcache/utils/__init__.py", line 59, in _check_library prompt_install(package if package else libname) File "/home/user/.local/lib/python3.10/site-packages/gptcache/utils/dependency_control.py", line 20, in prompt_install raise PipInstallError(package) from e gptcache.utils.error.PipInstallError: Ran into error installing redis.

Container logs:

Fetching error logs...