platformio / platform-intel_mcs51

Intel MCS-51 (8051): development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/intel_mcs51
Apache License 2.0
56 stars 44 forks source link

Lack of python3 executable on windows causes uploads with stcgal to fail #27

Closed mincrmatt12 closed 2 years ago

mincrmatt12 commented 4 years ago

Just as the title says -- the build script tries to run python3 stcgal.py, and the windows python installer doesn't create this file. One possible solution would be to use the py -3 wrapper executable.

build log

ivankravets commented 2 years ago

Should be fixed in the latest version