无法将"platformio",项识别为 cmdlet、函数、脚本文件或可运行程序的名称。

解决方法:
Install the latest PlatformIO from the develop branch:
# uninstall existing version
pip uninstall platformio
# install the latest development version of PlatformIO
pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
If you want to be up-to-date with the latest develop version of PlatformIO, then you need to re-install PlatformIO each time you see a new commits in PlatformIO GitHub repository (branch: develop) like so:
pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
Or:
pio upgrade --dev
To revert to the latest stable version:
pip uninstall platf

本文提供了详细的步骤来解决platformio无法识别的问题,包括卸载现有版本、从开发分支安装最新版PlatformIO的方法,以及如何保持更新到最新开发版本。同时也提供了回滚到稳定版本的指导。
最低0.47元/天 解锁文章
2万+

被折叠的 条评论
为什么被折叠?



