RuntimeError: Install Flask with the ‘async’ extra in order to use async views

Solution 1
pip install asgiref
Solution 2
pip install aioflask
run flask