How to invoke a PlatformIO subprocess in a PyInstaller packaged app?
I have a Python project which (amongst other things) manages PlatformIO projects.
Since PlaformIO doesn’t expose any API, I’m using the subprocess module like this (after installing the platformio package via pip):