esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
290 stars 34 forks source link

esphome 2024.6.6 requires aioesphomeapi==24.3.0, but you have aioesphomeapi 24.6.1 which is incompatible #6008

Open Floriszz opened 2 months ago

Floriszz commented 2 months ago

The problem

After updating all python packages, I get multiple incompatibility warnings of which aioesphomeapi is one of them.

Which version of ESPHome has the issue?

2024.6.6

What type of installation are you using?

pip

Which version of Home Assistant has the issue?

No response

What platform are you using?

ESP8266

Board

nodemcu

Component causing the issue

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

Floriszz commented 2 months ago

Workaround: For now I fixed it with setting back to the mentioned compatible versions: esphome 2024.6.6 requires aioesphomeapi==24.3.0, but you have aioesphomeapi 24.6.1 which is incompatible. esphome 2024.6.6 requires cryptography==42.0.2, but you have cryptography 42.0.8 which is incompatible. esphome 2024.6.6 requires kconfiglib==13.7.1, but you have kconfiglib 14.1.0 which is incompatible. esphome 2024.6.6 requires paho-mqtt==1.6.1, but you have paho-mqtt 2.1.0 which is incompatible. esphome 2024.6.6 requires tornado==6.4, but you have tornado 6.4.1 which is incompatible. esphome 2024.6.6 requires voluptuous==0.14.2, but you have voluptuous 0.15.2 which is incompatible.

Workaround/fix: pip3 install --upgrade aioesphomeapi==24.3.0 pip3 install --upgrade cryptography==42.0.2 pip3 install --upgrade kconfiglib==13.7.1 pip3 install --upgrade paho-mqtt==1.6.1 pip3 install --upgrade tornado==6.4 pip3 install --upgrade voluptuous==0.14.2