问题
Installing PlatformIO Core...
Please do not close this window and do not open other folders until this process is completed.
Failed to install PlatformIO IDE.我试过的
1.37
我所发现的
我在电脑上安装的东西
发布于 2019-10-15 10:01:15
下午好。
我也有同样的问题。做的和你描述的差不多一样。对我来说,这与anaconda软件有关。
我卸载了anaconda,在visual studio环境中卸载/重新安装了platformio,它工作了。
我收到消息说,platformio服务已经启动,这让我思考。
问候
发布于 2020-12-12 09:06:35
这没什么大不了的,我有相同的issue....just转到help > Toggle开发人员那里,在按下控制台和search platformIo,显示错误的时候,...you很可能希望手动安装一些软件包.我在使用ubuntu...so python包冲突..。
发布于 2021-10-25 12:29:47
今天,我尝试了(最初)在LinuxMint20.2肉桂机器上安装PlatformIO失败了。新安装了VSCode V1.61.2,安装了Python3。
试图安装PlatformIO时告诉我,机器上的Python不合适,安装失败。
在VSCode中启用开发人员模式(Help \工具)并再次尝试安装之后,我发现了一条错误消息,它告诉我,Python的distutils包丢失了。
这是因为我没有安装pip3。
在终端中,运行sudo apt install python3-pip
这将为您获得适当的包,然后PlatformIO将正确安装。
https://stackoverflow.com/questions/58369376
复制相似问题