esp8266web icon indicating copy to clipboard operation
esp8266web copied to clipboard

ImportError: No module named serial

Open tinamore opened this issue 10 years ago • 1 comments

Hi Thankyou for great project. I have make in elipse and show error

Traceback (most recent call last): File "C:\Espressif\examples\esp8266web-master\esptool.py", line 22, in import serial ImportError: No module named serial C:/Espressif/examples/esp8266web-master/Makefile:224: recipe for target 'FlashAll' failed mingw32-make.exe: *** [FlashAll] Error 1

how do fix it ? Thankyou

tinamore avatar Aug 21 '15 15:08 tinamore

Install Python27 + install pyserial

pvvx avatar Aug 29 '15 04:08 pvvx