You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obsolete PIO Core v6.1.7 is used (previous was 6.1.8a1)
Please remove multiple PIO Cores from a system:
https://docs.platformio.org/en/latest/core/installation/troubleshooting.html
So I follow the advice from the link, uninstalled PIO, installed it again -> same problem.
I've been away from my project for awhile, came back to it just now, this is a new issue for me, didn't happen before.
I got the same problem. Removing the %HOME_DIR%/.platformio/appstate.json file was a temporary solution. The problem happened because of this.
I have Platform IO VS Code IDE and Platform IO CLI. The IDE has the version 6.1.9. The CLI has the version 6.1.1. If I compile from the IDE, it records the version in the appstate.json file. Then if I compile from the CLI, it checks the version and finds that 6.1.1 is obsolete. That's why that line is printed. This says that there are 2 different versions.
I solved it by running pio upgrade from CLI. Now both CLI and the IDE are in 6.1.9.
Ideally IDE and CLI should have the same environment to run. But that is not so for me. Trying to fix it.
pio run
gives me:So I follow the advice from the link, uninstalled PIO, installed it again -> same problem.
I've been away from my project for awhile, came back to it just now, this is a new issue for me, didn't happen before.
MacOS Monterey, 12.6.6, 21G646, Intel, CLion, PlatformIO CLI
The text was updated successfully, but these errors were encountered: