erdewit / nest_asyncio

Patch asyncio to allow nested event loops
BSD 2-Clause "Simplified" License
693 stars 79 forks source link

Can't patch loop of type <class 'uvloop.Loop'> #53

Closed sterben25 closed 3 years ago

sterben25 commented 3 years ago

Hi thanks for this great library. I got an error when i use nest_asyncio in python3.8 "Can't patch loop of type <class 'uvloop.Loop'>", uninstall the uvloop can solve this problem. it seems that the uvloop is faster, so, is there any plan to support the uvloop?