Page 1 of 1

ESP32 Espressif Compiler Failure

Posted: Tue May 09, 2023 9:08 pm
by nmjb18
Hi,

I am attempting to compile a program to an ESP32 for the first time using FCv10 and have encountered the error:

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

Help interpreting and fixing this issue would be much appreciated.

Thanks,

Matt

Re: ESP32 Espressif Compiler Failure

Posted: Tue May 09, 2023 9:18 pm
by chipfryer27
Hi

Another user had a similar problem using v9 here

viewtopic.php?p=11126#p11126

Hope this helps

Regards

Re: ESP32 Espressif Compiler Failure

Posted: Wed May 10, 2023 12:18 pm
by nmjb18
Thanks Chipfryer27, appreciate the tip. I will review tonight and report back.

Cheers,

Re: ESP32 Espressif Compiler Failure

Posted: Fri May 12, 2023 10:36 am
by nmjb18
Hi,

I followed the above referenced thread and the additional linked thread. Tried all the suggestions and still have the same issue.

Further support would be gratefully received.

Rgds

Re: ESP32 Espressif Compiler Failure

Posted: Fri May 12, 2023 11:38 am
by medelec35
Hello.
Have you read this post?

Re: ESP32 Espressif Compiler Failure

Posted: Fri May 12, 2023 12:09 pm
by nmjb18
Hi,

I haven't and will try over the weekend, it looks promising, thanks for link.

Re: ESP32 Espressif Compiler Failure

Posted: Sun May 14, 2023 3:11 pm
by nmjb18
The instruction in the above linked post worked for me. Thank you for your help.

Re: ESP32 Espressif Compiler Failure

Posted: Sun May 14, 2023 5:10 pm
by medelec35
You're welcome.
Thank you for letting us know.