Apple removed old Python 2 from macOS 12.3. Arduino ESP32 depends on Python interpreter.
Build in Arduino IDE may fail with error:
|
1 |
|
It’s sufficient to change name of binary to python3
Edit file
|
1 |
|
Change the line:
|
1 |
|
To line with python3:
|
1 |
|
Re-open Arduino IDE and build the project.
4万+

被折叠的 条评论
为什么被折叠?



