Skip to content

[can't compile] > tools/python3 no such file ../ What happens? #6528

Closed
@derrgis

Description

@derrgis

Basic Infos

  • I have tested that the issue is present in current master branch (aka latest git).

Platform

  • Hardware: [ESP01]
  • Core Version: [latest git]
  • Development Env: [Arduino IDE]
  • Operating System: [MacOS]

Settings in IDE

  • Module: [Generic ESP8266 Module]
  • Flash Mode: [qio]
  • Flash Size: [1MB]
  • lwip Variant: [v1.4|v2 Lower Memory|Higher Bandwidth]
  • Reset Method: [ck]
  • Flash Frequency: [40Mhz]
  • CPU Frequency: [80Mhz]
  • Upload Using: [SERIAL]
  • Upload Speed: [115200] (serial upload only)

Not able to compile with persistant console error after from scratch installation.

sketch from examples > Blink.ino



void setup() {
  pinMode(LED_BUILTIN, OUTPUT);     // Initialize the LED_BUILTIN pin as an output
}

void loop() {
  digitalWrite(LED_BUILTIN, LOW); 
  delay(1000);        
  digitalWrite(LED_BUILTIN, HIGH); 
  delay(2000);    
}

Debug Messages

Arduino : 1.8.9 (Mac OS X), Carte : "Generic ESP8266 Module, 80 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), ck, 26 MHz, 40MHz, QIO (fast), 1MB (FS:64KB OTA:~470KB), 2, nonos-sdk 2.2.1+100 (testing), v2 Lower Memory, Disabled, None, Only Sketch, 115200"

fork/exec /Users/.../Documents/Arduino/hardware/esp8266com/esp8266/tools/python3/python3: no such file or directory
Erreur de compilation pour la carte Generic ESP8266 Module


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