Home Assistant Container (Docker): Setup failed for ssdp

Good morning everyone!

Yesterday I just moved my HA appliance frpm running in a venv to docker container and I was really surprised, how easy this worked.
Unfortunately I get some errors during startup which ends up in not workung integrations like the google calendar, music assistant and minidlna.

Here is the log from the startup:

2023-01-27 07:56:00.435 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration multiroom-mqtt-mediaplayer which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-27 07:56:00.435 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration goecharger_mqtt which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-27 07:56:00.436 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration xiaomi_cloud_map_extractor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-27 07:56:00.436 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration mass which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-27 07:56:00.437 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration fusion_solar which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-27 07:56:00.438 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration fronius_inverter which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-27 07:56:00.438 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration homee which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-27 07:56:00.439 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-27 07:56:00.439 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration skodaconnect which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-27 07:56:00.440 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration dwd_weather which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-27 07:56:00.441 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration philips_ambilight which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-27 07:56:00.441 ERROR (SyncWorker_0) [homeassistant.loader] The custom integration 'philips_ambilight' does not have a version key in the manifest file and was blocked from loading. See https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions for more details
2023-01-27 07:56:00.442 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration nodered which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-27 07:56:00.443 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration solcast_solar which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-27 07:56:00.449 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration goecharger which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-27 07:56:03.050 ERROR (MainThread) [homeassistant.setup] Setup failed for ssdp: Unable to import component: No module named 'async_upnp_client.server'
2023-01-27 07:56:04.323 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of samsungtv. Setup failed for dependencies: ssdp
2023-01-27 07:56:04.326 ERROR (MainThread) [homeassistant.setup] Setup failed for samsungtv: (DependencyError(...), 'Could not setup dependencies: ssdp')
2023-01-27 07:56:04.632 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of dlna_dms. Setup failed for dependencies: ssdp
2023-01-27 07:56:04.635 ERROR (MainThread) [homeassistant.setup] Setup failed for dlna_dms: (DependencyError(...), 'Could not setup dependencies: ssdp')
2023-01-27 07:56:06.042 ERROR (MainThread) [homeassistant.setup] Setup failed for shelly: Unable to import component: cannot import name 'DeviceConnectionError' from 'aioshelly.exceptions' (/config/deps/lib/python3.10/site-packages/aioshelly/exceptions.py)
2023-01-27 07:56:14.601 ERROR (MainThread) [homeassistant.setup] Setup failed for google: Unable to import component: No module named 'pyparsing.unicode'; 'pyparsing' is not a package
2023-01-27 07:56:18.043 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: ssdp
2023-01-27 07:56:18.045 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: (DependencyError(...), 'Could not setup dependencies: ssdp')
2023-01-27 07:56:18.183 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration mass: Unable to import component: cannot import name 'JSONDecodeError' from 'requests' (/config/deps/lib/python3.10/site-packages/requests/__init__.py)

Running version is the last stable version for docker: Home Assistant 2023.1.7
Running on RPi 4.

Someone here who can help me? I tried all ommunity posts here and at github but did’nt any solution.

Thanks and greetings,

Julian