-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility with python-voluptuous 0.14.2 #5486
Comments
@rubdos got the same problem, so I reinstalled previous version of voluptuous: Seems to work out just fine |
@Baldhor downgrading with |
Same here with Manjaro Release 23.1.3. |
This should be fixed on the next release. |
Thank you so much! |
Removing pacman -R esphome platformio-core
paru eshome-dev platformio-git or whatever favorite aur-helper you have around! :-) |
The problem
I received an update on Arch Linux to python-voluptuous 0.14.2, which yields this error:
The error goes away after downgrading said package to 0.14.1.
Which version of ESPHome has the issue?
2023.12.5
What type of installation are you using?
pip
Which version of Home Assistant has the issue?
n/a
What platform are you using?
ESP32
Board
nodemcu, but n/a
Component causing the issue
core
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
voluptuous changelog: https://github.com/alecthomas/voluptuous/releases/tag/0.14.2
These caught my attention:
Since
iteritems()
might be something from a backwards compatible age, that's why it caught my eye. But I'm furthermore clueless here.The text was updated successfully, but these errors were encountered: