Failed to initialize database `00910-18-0-all`.
Traceback (most recent call last):
File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 397, in from_name
return next(cls.discover(name=name))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/modules/module.py", line 485, in check_python_external_dependency
version = importlib.metadata.version(requirement.name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 889, in version
return distribution(distribution_name).version
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 862, in distribution
return Distribution.from_name(distribution_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 399, in from_name
raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for yaml
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 358, in check_external_dependencies
modules.check_manifest_dependencies(terp)
File "/data/build/odoo/odoo/modules/module.py", line 506, in check_manifest_dependencies
check_python_external_dependency(pydep)
File "/data/build/odoo/odoo/modules/module.py", line 495, in check_python_external_dependency
raise Exception(msg) from e
Exception: External dependency yaml not installed: No package metadata was found for yaml
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/service/server.py", line 1366, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runbot/.local/lib/python3.12/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/modules/registry.py", line 129, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/odoo/odoo/modules/loading.py", line 456, in load_modules
modules.button_install()
File "/home/runbot/.local/lib/python3.12/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 75, in check_and_log
return method(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 425, in button_install
modules._state_update('to install', ['uninstalled'])
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 400, in _state_update
self.check_external_dependencies(module.name, newstate)
File "/data/build/odoo/odoo/addons/base/models/ir_module.py", line 366, in check_external_dependencies
raise UserError(msg)
odoo.exceptions.UserError: Unable to install module "db_idle_connection" because an external dependency is not met: External dependency yaml not installed: No package metadata was found for yaml