Hey guys today I just installed platformIo on clion and suddenly this error message appeared:
C:\Users\user\AppData\Local\Programs\Python\Python39\Scripts\platformio.exe -c clion init --ide clion
Usage: platformio init [OPTIONS]
Try ‘platformio init -h’ for help.
Error: Invalid value for ‘–ide’: invalid choice: clion. (choose from codeblocks, eclipse, emacs, netbeans, qtcreator, sublimetext, vim, visualstudio, vscode)
Process finished with exit code 2

what is going wrong here?
Mhm no I get still have CLion as a choice.
>pio init --ide=wut
Usage: pio init [OPTIONS]
Try 'pio init -h' for help.
Error: Invalid value for '--ide': invalid choice: wut. (choose from atom, clion, codeblocks, eclipse, emacs, netbeans, qtcreator, sublimetext, vim, visualstudio, vscode)
Try and open a terminal (Windows+R → cmd.exe
) and execute
C:\Users\user\AppData\Local\Programs\Python\Python39\Scripts\platformio.exe upgrade --dev
to upgrade the PlatformIO core, then retry.
Oh thanks! that Solved the issue