QUERY · ISSUE
Installing MicroPython Asyncio from Thonny Package Manager Successful, But import of uasyncio module fails?
bug
Consistent and repeatable... ValueError: incompatible .mpy file results on module import. Installing MicroPython Asyncio from Thonny Package Manager Successful, But import of uasyncio module fails? Please fix.
Using latest nightly build same issue.
CANDIDATE · ISSUE
No module named uasyncio - PyBoard V1.1
I have been looking to give 'uasyncio' a try. But whenever I try to import the module in the PyBoard that I use, I get this weird import error saying 'no module named uasyncio'.
Am I lagging any additional package installations
Any help is greatly appreciated!!

If you run help ('modules') you should see uasyncio/core uasyncio/queues and uasyncio/synchro as in the attached image. If they don't exist it means they are not included in your firmware, you need to download them and recompile your firmware.
Recent versions of MicroPython for stm32/pyboard should include asyncio. If the issue persists on 1.23+ or later, please re-open with details of which firmware build you use.