I have been using uasyncio on ESP32-WROOM-32D. After all the testing, I am trying to use the firmware to my other boards but uasyncio is not installed by default with the micropython. I tried to install the package by
>rshell -p comX
>repl
>>> import upip
>>> upip.install('micropython-uasyncio')
but getting the following error:
Installing to: /lib/
Error installing 'micropython-uasyncio': list index out of range, packages may be partially installed
Please help!