Page 1 of 1

Error while configuring project

Posted: Tue Apr 04, 2023 3:11 pm
by karthic1606
Hi , I am working on flashing ESP32 SDK IN UBUNTU. I am following these steps in the document -https://docs.espressif.com/projects/esp ... -a-project

While executing these commands in terminal

cd ~/esp/hello_world
idf.py set-target esp32
idf.py menuconfig

I am getting following error -
Please use idf.py in ESP-IDF shell environment. .' File=sys.stderr

I am unable to solve this. Help me with this

Thanks

Re: Error while configuring project

Posted: Wed Apr 05, 2023 12:15 am
by ESP_Sprite
How did you install ESP_IDF? Can you try running

Code: Select all

. /home/karthic/esp/esp-idf/export.sh
(note that is dot space /home...)
and then try again?

Re: Error while configuring project

Posted: Wed Apr 05, 2023 5:27 pm
by karthic1606
It works. Now i am able flash the software in esp32.
Thank you so much for the immediate solution.
:) :)