espressif / esp-rainmaker

ESP RainMaker Agent for firmware development
Apache License 2.0
431 stars 145 forks source link

IDF v.5.0 - problem with ASYNCIO (MEGH-4250) #231

Closed jacek12345 closed 1 year ago

jacek12345 commented 1 year ago

I installed idf v.5.0 and have this error: ...\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. Is other way than "--no-hints"?

I found that in v5. breaking changes: ASIO: Internal ASIO component and ASIO examples were migrated from IDF to https://github.com/espressif/esp-protocols/components/asio But still don't know what should do with it? (BTW: link is wrong)

sanketwadekar commented 1 year ago

For IDF related issues, please file a new issue here

jacek12345 commented 1 year ago

Thank You, resolved (here)