Page 1 of 1

make monitor error

Posted: Fri Jun 02, 2017 5:13 pm
by Eman Hussein
I am trying the blink example to get started. I followed the steps here http://esp-idf.readthedocs.io/en/latest ... index.html and when it comes to the last step ,which is "make monitor" to see that the application is running on the board, I get these errors:
Traceback (most recent call last) :
File "C:/Users/emanh/Desktop/ESP32/esp32_win32_msys2_environment_and_toolchain-20170330/msys32/home/esp-idf/tools/idf_monitor.py", line 31, in <module>
import subprocess
File "/mingw32/lib/python2.7/subprocess.py", line 73, in <module>
import select
ImportError: No module named select
make: *** [/home/esp-idf/components/esptool_py/Makefile.projbuild:94: monitor] Error 1

Re: make monitor error

Posted: Sat Jun 03, 2017 1:20 am
by edmund-huber
Duplicate of: https://github.com/espressif/esp-idf/issues/665 . Please don't post the exact same question in two places if you can avoid it - it fragments the discussion and makes it hard to follow.

Re: make monitor error

Posted: Sat Jun 03, 2017 5:57 pm
by f.h-f.s.