I cannot compile all my ESP32s and ESP8266s on my computer and also with ESPHome. I got a meassge that tells me “upgrade PlatformIO Core 6”. I need help to realize the upgrade… Thanks in advance
Thanks for your reactivity.
I typed : pip install -U platformio
and I got this message :
What should I try now ?
"Requirement already satifisied: 6.1.10 means you already have the 6.1.10 core.
You can type
pio system info
in the PlatformIO CLI to confirm this.
The line from platformio.commands.run import helpers,command
is not up-to-date anymore.
Please try and update esphome to the absolute latest:
pip uninstall esphome
pip install "https://github.com/esphome/esphome/archive/refs/heads/dev.zip"
SUPER it works now ; I just have compiled and flashed one of my ESP8266s
THANKS a lot and have a nice day !
1 Like