Page 1 of 1

Esp-idf Installation

Posted: Wed Mar 10, 2021 5:06 pm
by muller54
hello
I am really disappointed, I thought I could program esp32 with Flowcode, but it has been at least 10 times since I uninstall and reinstall esp-idf, git and python without success. I tried with python 3.7, 3.8, 3.9. with esp-idf 2.3 and 2.4. by scrupulously following the installation pdf recommended on the forum. But nothing works. When the installation takes place without error 1 or error 2. It is during compilation that I have an error. Is there a foolproof method?
Thank you
cordially
Francois

Re: Esp-idf Installation

Posted: Wed Mar 10, 2021 5:12 pm
by LeighM
Is there a foolproof method?
Unfortunately not with Windows.
Common problems are such as spaces or non simple alpha characters in paths.
Best also to go with the suggested defaults of the Espressif installer.

Could you post the project msg.txt file? This will/might helps us identify the error.

Re: Esp-idf Installation

Posted: Sun Mar 14, 2021 9:26 am
by muller54
Hello
Thank you for your reply. I enclose the message from the compiler

Re: Esp-idf Installation

Posted: Sun Mar 14, 2021 11:12 am
by BenR
Hello

Did you use your own version of python? It looks like python is missing libraries. Click, pyserial etc.

Re: Esp-idf Installation

Posted: Tue Mar 16, 2021 9:22 am
by muller54
No, it's a version of python downloaded by eps-idf

Re: Esp-idf Installation

Posted: Tue Mar 16, 2021 9:43 am
by LeighM
Could you try clicking the "ESP-IDF Command prompt" that is on your desktop.
Then type and run install.bat

Re: Esp-idf Installation

Posted: Tue Mar 16, 2021 9:50 am
by medelec35
In addition to Leigh's post, have you seen this post?