I download and extract the repository to the components folder of my ESP-IDF project.
But when I want to make menuconfig this happened.

I use python 2.7 8 ( windows 10 ) 64 bit
Hi @amirjak. You are not supposed to run make in the components directory. Please create your own project (based on the template or an example application) and set the IDF_PATH to your ~/esp-idf.
make should be run in your project folder.
Thank you very much
Most helpful comment
Hi @amirjak. You are not supposed to run
makein the components directory. Please create your own project (based on the template or an example application) and set theIDF_PATHto your~/esp-idf.makeshould be run in your project folder.