Page 1 of 1

sdkconfig showing error

Posted: Wed Feb 07, 2024 11:31 am
by Vineethad
Hi,

I am working with an ESP32-C6 module and the tool is Espressif ide(v5.1.2).While opening the sdkconfig file showing some errors which are mentioned below.

****************************************************************************************************************************
Executing action: confserver
Running ninja in directory C:\Users\Vineetha\Desktop\tes\esp\build
Executing "ninja confserver"...
[0/1] cmd.exe /C "cd /D C:\Users\Vineetha\Desktop\tes\esp\build && python C:/Espressif/frameworks/esp-idf-v5.1.2/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/Users/Vineetha/Desktop/tes/esp/build/config.env && python -m kconfserver --env-file C:/Users/Vineetha/Desktop/tes/esp/build/config.env --kconfig C:/Espressif/frameworks/esp-idf-v5.1.2/Kconfig --sdkconfig-rename C:/Espressif/frameworks/esp-idf-v5.1.2/sdkconfig.rename --config C:/Users/Vineetha/Desktop/tes/esp/sdkconfig"

'python' is not recognized as an internal or external command,

operable program or batch file.

FAILED: CMakeFiles/confserver C:/Users/Vineetha/Desktop/tes/esp/build/CMakeFiles/confserver

cmd.exe /C "cd /D C:\Users\Vineetha\Desktop\tes\esp\build && python C:/Espressif/frameworks/esp-idf-v5.1.2/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/Users/Vineetha/Desktop/tes/esp/build/config.env && python -m kconfserver --env-file C:/Users/Vineetha/Desktop/tes/esp/build/config.env --kconfig C:/Espressif/frameworks/esp-idf-v5.1.2/Kconfig --sdkconfig-rename C:/Espressif/frameworks/esp-idf-v5.1.2/sdkconfig.rename --config C:/Users/Vineetha/Desktop/tes/esp/sdkconfig"

ninja: build stopped: subcommand failed.

ninja failed with exit code 1, output of the command is in the C:\Users\Vineetha\Desktop\tes\esp\build\log\idf_py_stderr_output_7456 and C:\Users\Vineetha\Desktop\tes\esp\build\log\idf_py_stdout_output_7456

********************************************************************************************************************************************************************

please can you help me to solve this problem.

Thanks & Regards,
D. Vineetha.

Re: sdkconfig showing error

Posted: Thu Feb 08, 2024 2:19 am
by mbratch
Is your development environment recently installed? It looks like there's something wrong with your installation. It isn't finding the tools. How did you install it? What IDE are you using?

Re: sdkconfig showing error

Posted: Thu Feb 08, 2024 7:59 am
by Vineethad
Thanks for the reply,

The problem got rectified as I installed the newer version of python.