Build problem after reinstallation

Had to reinstall on a new mashine … got build error:

PackageManager: Installing framework-arduinoespressif8266 @ 2.20402.4-puya

Error: Could not find a version that satisfies the requirement '2.20402.4-puya' for your system 'windows_amd64'

any idea?
Running core 3.6.7

What’s your platformio.ini look like? Any idea why it’s looking for 2.20402.4-puya rather than 2.20402.4?

It happens when I start a new Projekt:

image

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html

[env:d1_mini]
platform = espressif8266
board = d1_mini
framework = arduino

But the issue started when I was trying to buld “ESPeasy” latest version.
ESPEasy @ github
Think the issue is located there

I suspect so - I’m not sure what ESPEasy changed that manage to stuff that up though…, unless it’s a glitch in PIO in relation to existing platform files. I’ll try it out later when I’m back on my development system… might be just a matter of deleting the puya folder, and letting the regular one install first.

This was a ESPEasy related problem and it is solved now (had something to do with an SSL certificate not working as expected). Thank you for your help!

1 Like

Thanks for the update… good to see it was resolved :slight_smile: