-
Notifications
You must be signed in to change notification settings - Fork 176
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
Build fails with ERROR: Failed building wheel for cffi (CON-1422) #1160
Comments
cffi v1.15.1 fails when using python3.13 (python-cffi/cffi#23) and Python 3.13 support is added onwards v1.17.0. Can you please try if this works for you, and let me know, I'll add this change to the connectedhomeip
|
Unfortunately, is still fails.
|
Can you try this patch: https://github.com/project-chip/connectedhomeip/pull/36549/files. This won't be applied cleanly, you will have to manually edit the files. |
Please try removing the earlier environment: |
Still no, sorry. I notice the python environment is in
|
@evanthomas matter environment is setup correctly, this is the last step, and this cffi is from esp-matter-mfg-tool. We have identified and will push fix till then can you please remove that dependency from Line 11 in b5ed1c3
|
Works for me - thanks. |
@evanthomas If you could please pull the latest esp-matter and re-run the install.sh, we have updated the submodule in e09e20b to work with Python3.13. |
I can confirm it builds without error now. |
@evanthomas thanks for the confirmation, I've also bumped the esp-matter-mfg-tool version which supports Python v3.13, and that commit (a6c9e5b) closed this issue. |
Describe the bug
I'm trying to set up Matter according to the docs here: https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html#esp-matter-setup
./install.sh fails with
Environment
ESP-Matter Commit Id: a3dbd43
Also happens on the release/v1.3 branch
ESP-IDF Commit Id: 87c9fb8d405c05e7cf74976040b8887f8265c0b8
SoC (eg: ESP32 or ESP32-C3): ESP32-H2
Device Logs (Please attach the log file): N/A
Host Machine OS: Mac OS 15.1
Host Machine Python version: 3.13.0
Commissioner app and versions if present:
Home hub app and versions if present: N/A
Commissioner's logs if present: N/A
Any additional details
The text was updated successfully, but these errors were encountered: