ESP32 first run

For general Flowcode discussion that does not belong in the other sections.
Post Reply
rzeszurzeszu
Posts: 22
http://meble-kuchenne.info.pl
Joined: Fri Aug 27, 2021 1:34 pm
Been thanked: 2 times

ESP32 first run

Post by rzeszurzeszu »

Hi Guys
during programming I got info like below: what should I do ?

Executing action: all (aliases: build)
Running cmake in directory c:\users\private\desktop\esp32\firmware_-_esp32wroom_wifi\mains_pmon_v1.0-esp32_wroom_firmware\build
Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -DIDF_TARGET=esp32 -DCCACHE_ENABLE=1 c:\users\private\desktop\esp32\firmware_-_esp32wroom_wifi\mains_pmon_v1.0-esp32_wroom_firmware"...
ERROR: C:\espressif\python_env\idf5.0_py3.7_env\Scripts\python.exe doesn't support asyncio. The issue can be worked around by re-running idf.py with the "--no-hints" argument.

rzeszurzeszu
Posts: 22
Joined: Fri Aug 27, 2021 1:34 pm
Been thanked: 2 times

Re: ESP32 first run

Post by rzeszurzeszu »

hello, no hints how to solve the issue ?

medelec35
Matrix Staff
Posts: 1463
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 513 times
Been thanked: 473 times

Re: ESP32 first run

Post by medelec35 »

Hello.
I'm assuming you are using Flowcode v10, but as you have not used a 9 or 10 post icon with your initial post, we can only guess.
This post by me, applies to you.
Ben is testing ESP-IDF v5 (which is what you are using), but not all components have been tested yet.
Therefore, there will be errors for components not changed/tested.
My recommendation would be to follow my post within the link.
Martin

Post Reply