Closed oleander closed 1 year ago
@oleander All of the errors I see in your trace are in fact within PlatformIO itself.
The version (6.1.8rc2
) sounds like something which is not released as well.
Can you try with the latest officially released version of PlatformIO
and reply here if pio run
completes successfully (or else, what is the output)? Thanks in advance!
Thanks for your response.
I tried a stable version of PlatformIO as well, but same problem. The problem did however go away the other day. Not sure what I did. So everything is good now.
Bug description
When running
pio run -v
, I get the following error:To Reproduce
Steps to reproduce the behavior:
cargo binstall espup
cargo pio new led --platform espressif32 --frameworks espidf --board esp32dev
pio run
Environment
espup install && . /Users/linus/export-esp.sh