Open
Description
Platform
- Hardware: ESP8266 ESP-12F WiFi - Node MCU
- Development Env: Arduino IDE 2.3.4
- Operating System: Windows 11
Settings in IDE
- Module: ESP8266 > NodeMCU 1.0 (ESP-12E Module)
Problem Description
When checking/compiling, the following error occurs immediately:
fork/exec C:\Users\xx\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1/python3.exe: The parameter is incorrect.
Compilation error: fork/exec C:\Users\xx\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1/python3.exe: The parameter is incorrect.
This problem did not exist in Arduino IDE 2.1.1. It occurs in version 2.3.4 and in version 2.2.1.
It occurs with every .ino file. Even if it is only equipped with an empty setup/loop.
MCVE Sketch
void setup() {
}
void loop() {
}
Metadata
Metadata
Assignees
Labels
No labels