yongman / homeassistant-components

目前在使用的Homeassistant自定义插件,当前版本Home Assistant 2022.05
29 stars 12 forks source link

求助,想通过大佬的mqtt接入德业,重启HA报错paho-mqtt==1.5.1 #7

Open guanzycn opened 1 year ago

guanzycn commented 1 year ago

报错如下,求教大佬: 2022-12-28 10:39:25.942 ERROR (SyncWorker_1) [homeassistant.util.package] Unable to install package paho-mqtt==1.5.1: ERROR: Cannot install paho-mqtt==1.5.1 because these package versions have conflicting dependencies. 2022-12-28 10:39:38.750 ERROR (SyncWorker_1) [homeassistant.util.package] Unable to install package paho-mqtt==1.5.1: ERROR: Cannot install paho-mqtt==1.5.1 because these package versions have conflicting dependencies. 2022-12-28 10:39:52.254 ERROR (SyncWorker_1) [homeassistant.util.package] Unable to install package paho-mqtt==1.5.1: ERROR: Cannot install paho-mqtt==1.5.1 because these package versions have conflicting dependencies. 2022-12-28 10:39:52.258 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration mqtt: Requirements for mqtt not found: ['paho-mqtt==1.5.1']. 2022-12-28 10:39:52.263 ERROR (MainThread) [homeassistant.config] Platform error: sensor - Integration 'mqtt' not found. 2022-12-28 10:39:52.272 ERROR (MainThread) [homeassistant.config] Platform error: sensor - Requirements for mqtt not found: ['paho-mqtt==1.5.1']. 2022-12-28 10:39:52.275 ERROR (MainThread) [homeassistant.config] Platform error: sensor - Requirements for mqtt not found: ['paho-mqtt==1.5.1']. 2022-12-28 10:39:52.279 ERROR (MainThread) [homeassistant.config] Platform error: sensor - Requirements for mqtt not found: ['paho-mqtt==1.5.1']. 2022-12-28 10:39:52.283 ERROR (MainThread) [homeassistant.config] Platform error: switch - Integration 'mqtt' not found.

HA版本为: Home Assistant 2022.12.7 前端版本: 20221213.1 - latest