Skip to content

Compilation error - python3.exe: The parameter is incorrect #9217

Open
@Total-Reality

Description

@Total-Reality

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions