idf.py.exe has stopped working - when starting esp-idf command prompt
Posted: Thu Sep 05, 2019 2:15 pm
Installed the ESP IDF Tools using esp-idf-tools-setup-2.0 on Windows 7 (I know, old ) Everything went fine.
But when I open the ESP-IDF command prompt I get an error idf.py.exe stopped working. This is what I get in the command prompt:
I did some Googling on 'idf.py.exe' but did not find any information about this problem. Also pretty new to the ESP-IDF. So any help is appreciated. Is this a 'compiled' Python script? Can this be replaced (and where? some batch file?) by the Python script itself?
But when I open the ESP-IDF command prompt I get an error idf.py.exe stopped working. This is what I get in the command prompt:
Code: Select all
Using Python in C:\Users\willem\AppData\Local\Programs\Python\Python37\
Python 3.7.4
Using Git in C:\Program Files\Git\cmd\
git version 2.14.1.windows.1
IDF version does not include export.bat. Using the fallback version.
IDF version does not include tools\tools.json. Using the fallback version.
IDF version does not include tools\idf_tools.py. Using the fallback version.
Setting IDF_PATH: C:\Users\willem\Desktop\esp-idf-2
Adding ESP-IDF tools to PATH...
Not using an unsupported version of tool cmake found in PATH: 3.15.0. To use it,
run 'C:\Users\willem\AppData\Local\Programs\Python\Python37\python.exe C:\espre
ssif\idf_tools_fallback.py --tools-json C:\espressif\tools_fallback.json export
--prefer-system'