Skip to content

Mac编译node mcu

happyyi(易罗阳) edited this page Feb 21, 2017 · 2 revisions

问题:

../tools/esptool.py elf2image .output/eagle/debug/image/eagle.app.v6.out -o ../bin/ Traceback (most recent call last): File "../tools/esptool.py", line 26, in <module> import serial ImportError: No module named serial make[1]: *** [.output/eagle/debug/bin/eagle.app.v6.bin] Error 1 make: *** [.subdirs] Error 2 解决方法:

手动下载,并安装pyserial

Clone this wiki locally