Missing SConscript file

Hello all,
I have a freshly installed PlatformIO. When I try to compile a Ardz´uino software programmed in a former version of Platformio I get this error message and the compiler fails:

Blockquote *** missing SConscript file ‘/home/norbert/.platformio/platforms/atmelmegaavr/builder/frameworks/_bare.py’

File “/home/norbert/.platformio/platforms/atmelmegaavr/builder/frameworks/arduino.py”, line 55, in

========================== [FAILED] Took 3.76 seconds ==========================

I’m running a OpenSuSe Leap 15.5 Linux. How can I solve that problem?
Regards
Norbert

Sorry, I mean “compile a ARDUINO software”

The file should be present.

https://github.com/platformio/platform-atmelmegaavr/blob/develop/builder/frameworks/_bare.py

Please execute

rm -rf ~/.platformio/platforms/atmelmegaavr/
rm -rf ~/.platformio/.cache

and restart VSCode, so that it redownloads the platform.

Seems like you just have a broken platform download.

Hello maxgerhardt,

thanks for the tip. Everything works fine now.

Regards
Norbert