make monitor error
Posted: Fri Jun 02, 2017 5:13 pm
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
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