You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2026. It is now read-only.
Whenever I try to start the container, I get the following error:
Traceback (most recent call last):\
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main\
return _run_code(code, main_globals, None,\
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code\
exec(code, run_globals)\
File "/app/immich/machine-learning/app/main.py", line 11, in <module>\
from .config import settings\
File "/app/immich/machine-learning/app/config.py", line 3, in <module>\
from pydantic import BaseSettings\
File "/config/cuda-venv/lib/python3.10/site-packages/pydantic/__init__.py", line 207, in __getattr__\
return _getattr_migration(attr_name)\
File "/config/cuda-venv/lib/python3.10/site-packages/pydantic/_migration.py", line 288, in wrapper\
raise PydanticImportError(\
pydantic.errors.PydanticImportError: `BaseSettings` has been moved to the `pydantic-settings` package. See https://docs.pydantic.dev/2.0.3/migration/#basesettings-has-moved-to-pydantic-settings for more details.
I don't really know if this is an immich-cuda-node problem or if it's some dependency that needs to be updated upstream. I'm not sure how to proceed.
I'm using Unraid 6.12.2, Docker version 20.10.34.
Any help would be appreciated. Thanks!
I installed the container using the following command:
Whenever I try to start the container, I get the following error:
I don't really know if this is an immich-cuda-node problem or if it's some dependency that needs to be updated upstream. I'm not sure how to proceed.
I'm using Unraid 6.12.2, Docker version 20.10.34.
Any help would be appreciated. Thanks!