Install python3-uvloop-dbg by entering the following commands in the terminal:
sudo apt update sudo apt install python3-uvloop-dbg
Description:
fast implementation of asyncio event loop on top of libuv
uvloop is a fast, drop-in replacement of the built-in asyncio event loop. uvloop is implemented in Cython and uses libuv under the hood. It makes asyncio 2-4x faster. . This package contains the extension built for the Python 3 debug interpreter.
Homepage: http://github.com/MagicStack/uvloop
Version: 0.8.1+ds1-1
Section: debug