Clion: PlatformIO utility is not found but installed
See original GitHub issueConfiguration
Operating system: Linux 5.9.8-2-MANJARO, Manjaro
PlatformIO Version (platformio --version
): 5.0.3
Description of problem
PlatformIO seems to be installed and in path and i can execute pio commands from any terminal, but clion refuses to recognize it.
Steps to Reproduce
- Install platform.io as described here
- Update path
- Try executing pio and see that it works
- Try creating a new PlatformIO project
Actual Results
Get the error message: PlatformIO utility is not found but installed
Expected Results
Set up new project
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
PlatformIO utility is not found - clion - Stack Overflow
Hello i am getting problems with CLion 2020 that when I try create a new PlatformIO project, it just says "PlatformIO utility is...
Read more >PlatformIO does not show boards when making a new project ...
It says “PlatformIO utility not found”. When you open a shell ( cmd.exe ) the pio command is not available right?
Read more >Platformio Utility Is Not Found Clion - ADocLib
In case when platformIO utility is not found there is no possibility to install in from CLion.Even if you open terminal and install...
Read more >Use CLion and PlatformIO to Program Your Microcontroller
Installing the CLion PlatformIO Plugin ... If it says PlatformIO utility is not found, you missed the previous step, so do it now...
Read more >CLion Arduino support – IDEs Support (IntelliJ Platform)
It seems the PlatformIO utility is not installed on your machine. Please follow this guide https://docs.platformio.org/en/latest/integration/ide ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You were right. I needed to add the PlatformIO path to my .profile. Thanks for your help.
I run into the same issue (Ubuntu), is related to https://youtrack.jetbrains.com/issue/CPP-29187/Clion-and-PlatformIO-using-defaults-does-not-find-the-PIO-installation. Clion don’t use the PATH Variable from .bashrc, as suggested in the issue i tried to start clion from cli but i don’t fixed the issue for me.
The following workaround works fine for me (create symlinks instead of appending to the PATH)