-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[BUG] Installion environment fail - version 1.1 branch #37832
Comments
Looks like a pip error, although I am unclear from what part from the logs. |
Could you check the contents of My guess is some conflict on versions between modules. |
install fail2_pip-requirements.log The first one is the original log, the second one is that I tried to remove the /.environment and run ./install.sh again |
install fail _pip-requirements_part1.txt |
I see errors compiling gevent. From what I remember, we used to have issues with libev builds and esp (which requires gdbui which depends on gevent).
The path where you have your requirements likely varies. |
/home/samwong/esp/esp-matter/connectedhomeip/connectedhomeip/scripts/setup/requirements.esp32.txt seems to also be mentioned there having gdbgui. |
Looking at https://github.com/project-chip/connectedhomeip/blob/master/scripts/setup/requirements.esp32.txt we do not have gdbgui there currently. |
Ah, I see that you use a v1.1-branch. That is quite ancient really. We strongly recommend at least 1.3 ... newer would be even better. |
@emesamwong I believe latest SDK does not use gdbgui so it should not have this issue, however we are also not sufficiently staffed to support such old branches of the SDK (i.e. a backport fix is unlikely to happen from general maintainers side, however maybe espressif as part of their bug report could propose changes). |
Reproduction steps
I am tring install the Matter environment for development but fail to exeute the install.sh, here is the error message:
Here is the full logs:
esp-matter.error.log.txt
clone.esp-matter.log.txt
check.hash.log.txt
I already created an issue in eps-matter: espressif/esp-matter#1302
OS: Ubuntu 22.04.2 LTS
ESP-Matter Commit Id: release/v1.1 (#548ef58)
Connectedhomeip commit Id: #83f4163
Bug prevalence
always
GitHub hash of the SDK that was being used
83f4163
Platform
esp32
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: