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
Getting this with yoga-v1.3.3_win_standalone_x86-64 on Windows 11. v1.3.1-1 is the last version that works.
X:\yoga\yoga>yoga image "X:\random.png" "X:\random.png"
Traceback (most recent call last):
File "X:\yoga\yogawin.py", line 3, in
File "X:\yoga\yoga_init_.py", line 1, in
File "X:\yoga\yoga\image_init_.py", line 228, in
File "X:\yoga\imagequant_init_.py", line 7, in
ModuleNotFoundError: No module named '_cffi_backend'
The text was updated successfully, but these errors were encountered:
I tested Windows and Linux standalone builds, both are broken... I will investigate what happens and add tests to validate the standalone builds before releasing. Thank you for the report!
I was able to fix my locale Linux standalone build by adding the --include-package=_cffi_backend option to the Nuitka command, so we have a workaround. :)
TODO:
Add test to check the standalone builds are working after being build in the CI
Add the fix to the build scripts
release yoga-v1.3.3-1 with fixed standalone builds
Getting this with yoga-v1.3.3_win_standalone_x86-64 on Windows 11. v1.3.1-1 is the last version that works.
The text was updated successfully, but these errors were encountered: