Search code examples
clion

PlatformIO utility is not found


Hello i am getting problems with CLion 2020 that when I try create a new PlatformIO project, it just says "PlatformIO utility is not found" ERROR.jpg


Solution

  • The platformio.exe can usually be found at C:\Users<your_username>.platformio\penv\Scripts.

    If you add that location to your path variable, clion should be able to find it.

    Good luck