Compilation error - python3.exe: The parameter is incorrect
- Dominant language
- C++
- Stars
- 16.7k
- Forks
- 13.1k
- PR merge metrics
- No merged PRs in 30d
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](https://stackoverflow.com/help/mcve) Sketch
```cpp
void setup() {
}
void loop() {
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.