You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running vfat_shuffler.py with the latest construct installed, I get an error:
Traceback (most recent call last):
File "./bin/vfat_shuffler.py", line 3, in
from construct import (
ImportError: cannot import name 'Embedded' from 'construct' (/usr/local/lib/python3.8/dist-packages/construct/init.py)
Yeah, looks like I'm using it with construct installed for pypy3 here since god knows when, so don't really notice these changes.
Apparently new way to combine fields of different structs is to just add them together.
Should be fixed in 3cf9ecf, and this addition seem to also be supported in older construct module (2.9.x), so should work with both old and new one now.
Thanks for reporting.
When running vfat_shuffler.py with the latest construct installed, I get an error:
The reason is that "Embedded" is not part of construct anymore since v2.10.
Workaround:
(Info taken from rytilahti/python-yeelightbt#36)
The text was updated successfully, but these errors were encountered: