Python3.6 Run uvicorn Error: AttributeError: module ‘asyncio‘ has no attribute ‘run‘

Error Message: AttributeError: module 'asyncio' has no attribute 'run'

Solution:

pip uninstall uvicorn
pip install uvicorn==0.16.0

Read More: