You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...and also PlatformIO "says" (during compiling), that this version is too low and has to be upgraded.
As "auto install" still installs the outdated version 2.7 i was looking for a "manual" solution and the following way worked for me (Windows10, without "auto install"):
install latest Python version (actually 3.9) manually - important: with updating the PATH variable
afterwards use on command line:
pip install -U platformio
Marlin-Conf "reports" PlatformIO as "installed" now and compiling works well with PlatformIO 5 as Pyhton is "up-to-date" now