How to fix: esptool.py not found
2024-5-13 05:10:43 Author: acassis.wordpress.com(查看原文) 阅读量:8 收藏

I was getting this error while compiling NuttX for an ESP32 board:

LD: nuttx
CP: nuttx.hex
MKIMAGE: ESP32 binary

esptool.py not found.  Please run: "pip install esptool"

Run make again to create the nuttx.bin image.
make: *** [tools/Unix.mk:553: nuttx] Error 1

Even after running “pip install esptool” the error still happening.

The solution that worked for me was install it as root:

$ sudo pip install esptool

文章来源: https://acassis.wordpress.com/2024/05/12/how-to-fix-esptool-py-not-found/
如有侵权请联系:admin#unsafe.sh