Argh! I fear I made a mistake. Even if the migration was failing, I updated all the packages. Now I lost ssh access, and I cannot even access YunoHost settings because of this error message:
unable to load function yunohost.settings_list because: No module named āpydantic_core._pydantic_coreā
The migration error, now, seems related to La Suite Meet (see log). I would remove it, as I donāt need it much, I cannot even access the app, because of this this error:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/moulinette/interfaces/api.py", line 430, in process
ret = self.actionsmap.process(arguments, timeout=30, route=_route)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", line 580, in process
return func(**arguments)
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/app.py", line 2234, in app_config_get
AppConfigPanel, AppCoreConfigPanel = _get_AppConfigPanel()
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/app.py", line 2267, in _get_AppConfigPanel
from .utils.configpanel import ConfigPanel
File "/usr/lib/python3/dist-packages/yunohost/utils/configpanel.py", line 31, in <module>
from pydantic import BaseModel, Extra, ValidationError, validator
File "/usr/lib/python3/dist-packages/pydantic/__init__.py", line 421, in __getattr__
module = import_module(module_name, package=package)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/pydantic/main.py", line 29, in <module>
import pydantic_core
File "/usr/lib/python3/dist-packages/pydantic_core/__init__.py", line 6, in <module>
from ._pydantic_core import (
ModuleNotFoundError: No module named 'pydantic_core._pydantic_core'
Apparently, itās all related to pydantic_core._pydantic_core.