-
Notifications
You must be signed in to change notification settings - Fork 181
install.sh required protoc on macOS (CON-1381) #1122
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
Comments
@NinjaLikesCheez Thanks for reporting, will check. |
@shubhamdp Oh I'm so sorry - I thought I checked and couldn't see the issues but I must have been mistaken! I will raise it there too. Thank you! edit: I was looking at the esp repo and not project-chip - need more coffee :) |
I have a similar error on mac os 15.
|
If you run the failing command you'll likely get a better picture of what went wrong as the errors won't be swallowed. It's likely an issue with locating |
@dusikasss this was because of |
Describe the bug
A clear and concise description of what the bug is.
Environment
ESP-Matter Commit Id: 7d3ec1e
ESP-IDF Commit Id: a97a7b0962da148669bb333ff1f30bf272946ade
SoC (eg: ESP32 or ESP32-C3): ESP32-C6
Device Logs (Please attach the log file):
Host Machine OS: macOS Sequoia
Host Machine Python version: 3.12.4
Commissioner app and versions if present: N/A
Home hub app and versions if present: N/A
Commissioner's logs if present: N/A
Any additional details
Following the ESP-Matter dev guide there's no mention in Matter Prerequisites for
protoc
to be installed. If you don't haveprotoc
installed you get a cryptic error:Once
protoc
is installed (brew install protobuf
) the build proceeds.Apologies if this is not the correct avenue to raise this issue, I couldn't raise an issue on connectedhomeip's repo as they're disabled.
Thanks!
The text was updated successfully, but these errors were encountered: