Skip to content
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

Home Assistant 2024.2: python 3.12 breaks the integration #69

Open
andige opened this issue Feb 8, 2024 · 1 comment
Open

Home Assistant 2024.2: python 3.12 breaks the integration #69

andige opened this issue Feb 8, 2024 · 1 comment

Comments

@andige
Copy link

andige commented Feb 8, 2024

Hi!

Home Assistant 2024.2 unfortunately breaks this integration since it moved to python 3.12 and the "imp" module is deprecated in favour of importlib... :-(

I would love to see an updated version if you find the time :-)

Best regards and thanks for your work!


File "/usr/local/lib/python3.12/site-packages/construct/core.py", line 3, in <module>
    import struct, io, binascii, itertools, collections, pickle, sys, os, tempfile, hashlib, importlib, imp
ModuleNotFoundError: No module named 'imp'
@syssi
Copy link
Owner

syssi commented Feb 8, 2024

I will bump the construct dependency as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants