MacOS | Linux |Arduino error : Python executable not found in Path |error compiling for board esp32
MacOS | Linux |Arduino error : Python executable not found in Path |error compiling for board esp32
this error occurs due to Deprecation of Python 2 in the latest Operating Systems (Monterey and other linux distros),
this can be solved by opening terminal and using command
for mac:
sed -i -e 's/=python /=python3 /g' ~/Library/Arduino15/packages/esp32/hardware/esp32/*/platform.txt
for linux :
sed -i -e 's/=python /=python3 /g' ~/.arduino15/packages/esp32/hardware/esp32/*/platform.txt
source
https://github.com/espressif/arduino-esp32/issues/4717
thanks for watching :)
Видео MacOS | Linux |Arduino error : Python executable not found in Path |error compiling for board esp32 канала tech 4tress
this error occurs due to Deprecation of Python 2 in the latest Operating Systems (Monterey and other linux distros),
this can be solved by opening terminal and using command
for mac:
sed -i -e 's/=python /=python3 /g' ~/Library/Arduino15/packages/esp32/hardware/esp32/*/platform.txt
for linux :
sed -i -e 's/=python /=python3 /g' ~/.arduino15/packages/esp32/hardware/esp32/*/platform.txt
source
https://github.com/espressif/arduino-esp32/issues/4717
thanks for watching :)
Видео MacOS | Linux |Arduino error : Python executable not found in Path |error compiling for board esp32 канала tech 4tress
Комментарии отсутствуют
Информация о видео
1 мая 2022 г. 23:47:54
00:01:20
Другие видео канала