PlatformIO Python 3.13 post-build failure #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The firmware.bin generation step fails intermittently on macOS with Python 3.13 due to a
TypeErrorin PlatformIO'spioarduino-build.py:The actual compilation and linking succeed — only the post-build
esptoolimage creation step fails. Subsequent cached builds succeed.Environment:
Workaround: Run
pio runagain (cached build succeeds).Likely fix: Pin platform version or wait for upstream fix in pioarduino.