PlatformIO core stuck on old version, having trouble installing VScode plugin

You install PlatformIO in your global environment.

And no the isolated Python environment in there stays completely unmodified.

You should never globally install PlatformIO due to possibly conflicting with other Python pacakges on your system and having duplicate cores (FAQ).

You should remove PlatformIO globally (pip uninstall platformio) and follow PlatformIO Core not updating to the latest version on macOS 11.6.x - #4 by ivankravets.

1 Like