Invalid config Core 2024.9.1

Hya,

after upgrading to

  • Core 2024.9.1
  • Frontend 20240906.0

These errors showed up.

Invalid config
The following integrations and platforms could not be set up:

cloud (Show logs)
conversation (Show logs)
mobile_app (Show logs)
assist_pipeline (Show logs)
default_config (Show logs)
esphome (Show logs)
bluetooth_adapters (Show logs)
ibeacon (Show logs)
owntracks (Show logs)



Logger: homeassistant.setup
Source: setup.py:269
First occurred: 12:01:46 (8 occurrences)
Last logged: 12:01:54

Setup failed for 'default_config': Could not setup dependencies: assist_pipeline, cloud, conversation, mobile_app
Setup failed for 'esphome': Could not setup dependencies: assist_pipeline
Setup failed for 'bluetooth_adapters': Requirements for assist_pipeline not found: ['pyspeex-noise==1.0.2'].
Setup failed for 'ibeacon': Could not setup dependencies: bluetooth_adapters
Setup failed for 'owntracks': Requirements for assist_pipeline not found: ['pyspeex-noise==1.0.2'].

Problem is assist_pipeline. Any advise, please

What installation method did you use? HAOS? Core in Python venv?
Problem is not assist_pipeline, problem is that one of the required dependencies is missing: “pyspeex-noise” version 1.0.2

Armin

i have HA Core on a ubuntu server, with python 3.12.

i allways updated but this time it was different. after installing python dev the update worked.

seams that some packages are built locally, not downloaded.

thx for stepping in.