-
Notifications
You must be signed in to change notification settings - Fork 172
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
ESP-Matter install is broken (CON-1067) #855
Comments
Ok sry apparently it's not exactly the same issue. My install try was as visible in the logs not within the espressif toolchain directory but rather in home/esp next to esp-idf |
So i installed on a fresh ubuntu system with python 3.8 and that worked. So it must be a mac or python>=3.8 version issue. I assume it is a mac related issue. |
I'd recommend the esp-matter container |
Hello, If you encounter issues during installation while using Matter deployment and face Python environment problems, such as or similar issues, ensure you have Python 3.11 installed as a first step. If the problem persists, proceed to the directory /.espressif/esp-matter/connectedhomeip/connectedhomeip/scripts and execute bootstrap.sh. This step might resolve the issue. |
@MohammadAbbasi76 I think you may have missed sourcing |
Try changing "platforms": ["mac-amd64", "windows-amd64"],
"tags": ["version:[email protected]"] To "platforms": ["mac-amd64", "windows-amd64","mac-arm64"],
"tags": ["version:[email protected]"] in file (I am on branch |
I tried the workaround that @m0rt4l1n suggested and it worked on my M2 MacBook Air using the main branch. Thanks much. |
When trying to do a fresh install i get an error in the install.sh script. The problem is also exactly described here: esp-forum Unfortunately with no answer since end of January.
I have followed the guide here: guide.
Furthermore i have installed all prerequisites and cloned the repo completely (so not shallow).
I have also tried with a virtual python environment running python 3.9 but get the same issue.
Environment
logs.pdf
The text was updated successfully, but these errors were encountered: