I have same problem
then I installed Python on my windows computer, and I run esphome file.yaml but I got this new error
I need help to upgrade PlatformIO Core 6 … thanks in advance
I have same problem
Why are you cross posting this? It isn’t helpful, if you ask the same question in three different topics. And it will def. not get you more help…
So as mentioned in the other post referenced for me the solution was to limit compile processes in the config
esphome:
...
compile_process_limit: 1
common problem to run out of ram if you build with many cores in parallel
Yes it is a memory problem, I was running a VM on VMWare Pro with 1Gb RAM and increasing the RAM in the VM to 4Gb fixed the problem. If I’d had the sense to look at the VM console the answer would have been obvious as there was a low memory error message plainly displayed!