home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.34k stars 30.28k forks source link

Uncaught Exception 2021.4.0b0 #48565

Closed DavidFW1960 closed 3 years ago

DavidFW1960 commented 3 years ago

The problem

Getting a log error. Reported on Discord. @frenck requested I create an issue

What is version of Home Assistant Core has the issue?

2021.4.0b0

What was the last working version of Home Assistant Core?

2021.3.4

What type of installation are you running?

Home Assistant Supervised

Integration causing the issue

Unknown

Link to integration documentation on our website

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2021-04-01 09:48:37 ERROR (MainThread) [root] Uncaught exception
RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd
raman325 commented 3 years ago

I am seeing this as well. I checked the code and I am not running any of the integrations that have numpy as a dependency (trend, tensorflow, opencv, iqvia) so it must be an internal dependency somewhere

frenck commented 3 years ago

subdep is also possible.

raman325 commented 3 years ago

List of my integrations if it will help

```json [ "config", "camera.mail_and_packages", "sensor.pi_hole", "homekit", "homeassistant", "folder_watcher", "nws", "switch", "sensor.sonarr_upcoming_media", "xbox", "climate.zwave_js", "input_boolean", "remote", "synology_dsm", "media_player.spotify", "sensor.nzbget", "fan.zwave_js", "sensor.keymaster", "hassio", "system_health", "tuya", "http", "api", "rest_command", "switch.nzbget", "sensor.upnp", "sensor.ios", "binary_sensor.template", "counter", "notify.slack", "ffmpeg", "ios", "history", "binary_sensor.updater", "mqtt", "tag", "fan", "sensor.asuswrt", "ps4", "forked_daapd", "cast", "tplink", "input_text", "climate", "binary_sensor.zwave_js", "logbook", "sensor.kodi_recently_added", "media_player.plex", "media_player.xbox", "sensor", "nzbget", "kodi_recently_added", "switch.synology_dsm", "alexa", "search", "roku", "binary_sensor", "auth", "binary_sensor.zoom", "webhook", "sun", "lovelace", "automation", "binary_sensor.mobile_app", "keymaster", "scene", "device_tracker.mobile_app", "onboarding", "sonarr", "pi_hole", "binary_sensor.synology_dsm", "weather.nws", "input_number", "zone", "plex", "zwave_js", "switch.tuya", "media_player.sonos", "sensor.radarr", "analytics", "breaking_changes", "dhcp", "google_assistant", "recorder", "sensor.shodan", "mobile_app", "light", "device_automation", "device_tracker.asuswrt", "ssdp", "cloud", "default_config", "vizio", "remote.xbox", "switch.scheduler", "notify.ios", "lock", "media_player.universal", "stream", "sensor.xbox", "climacell", "my", "trace", "media_player.ps4", "device_tracker.mqtt", "zoom", "media_player.roku", "wake_on_lan", "blueprint", "asuswrt", "notify.apprise", "sensor.hassio", "frontend", "sensor.template", "number", "media_player.androidtv", "timer", "weather", "sonos", "switch.wake_on_lan", "light.zwave_js", "sensor.mail_and_packages", "camera", "media_player.forked_daapd", "upnp", "updater", "media_player.vizio", "scene.homeassistant", "notify.mobile_app", "switch.transmission", "input_select", "script", "fontawesome", "sensor.personalcapital", "device_tracker", "scheduler", "cover.zwave_js", "transmission", "system_log", "cover", "media_player.kodi", "sensor.zwave_js", "switch.tplink", "person", "websocket_api", "media_player", "map", "template", "sensor.synology_dsm", "media_source", "notify.nfandroidtv", "image", "sensor.radarr_upcoming_media", "persistent_notification", "mail_and_packages", "discovery", "weather.met", "weather.climacell", "sensor.waze_travel_time", "kodi", "conversation", "pyscript", "logger", "notify", "spotify", "binary_sensor.hassio", "tts", "switch.zwave_js", "influxdb", "zha", "met", "binary_sensor.xbox", "number.zwave_js", "hacs", "sensor.breaking_changes", "sensor.mobile_app", "sensor.plex", "camera.synology_dsm", "media_player.cast", "python_script", "zeroconf", "input_datetime", "sensor.sonarr", "lock.zwave_js", "sensor.transmission", "sensor.hacs", "remote.roku", "switch.pi_hole" ] ```
drthanwho commented 3 years ago

Same here as well.

That list is damn long and I see lots of them are included by _defaultconfig even

chemelli74 commented 3 years ago

Same here, without any custom integration.

Simone

cdn4lf commented 3 years ago

Same here.

chemelli74 commented 3 years ago

@frenck sorry to say that is still reporting the error. As a side note, I updated manifests even if I don't use any of the integrations listed in the PR.

Simone

frenck commented 3 years ago

Not sure how you tested that, but see: https://github.com/home-assistant/core/pull/48597#issuecomment-812147135