Esp-idf Installation

For general Flowcode discussion that does not belong in the other sections.
Post Reply
muller54
Posts: 3
http://meble-kuchenne.info.pl
Joined: Thu Dec 03, 2020 10:33 am

Esp-idf Installation

Post 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

LeighM
Valued Contributor
Posts: 489
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 83 times
Been thanked: 262 times

Re: Esp-idf Installation

Post 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.

muller54
Posts: 3
Joined: Thu Dec 03, 2020 10:33 am

Re: Esp-idf Installation

Post by muller54 »

Hello
Thank you for your reply. I enclose the message from the compiler
Attachments
Compiler Messages.txt
(3.32 KiB) Downloaded 588 times

BenR
Matrix Staff
Posts: 1951
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 510 times
Been thanked: 697 times

Re: Esp-idf Installation

Post by BenR »

Hello

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

muller54
Posts: 3
Joined: Thu Dec 03, 2020 10:33 am

Re: Esp-idf Installation

Post by muller54 »

No, it's a version of python downloaded by eps-idf

LeighM
Valued Contributor
Posts: 489
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 83 times
Been thanked: 262 times

Re: Esp-idf Installation

Post by LeighM »

Could you try clicking the "ESP-IDF Command prompt" that is on your desktop.
Then type and run install.bat

medelec35
Matrix Staff
Posts: 2086
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 644 times
Been thanked: 701 times

Re: Esp-idf Installation

Post by medelec35 »

In addition to Leigh's post, have you seen this post?
Martin

Post Reply