ModuleNotFoundError: No module named 'asgiref'
python -m pip install asgiref
python -c "import asgiref; print(asgiref.__version__)"
Success! asgiref version x.y.z (e.g., 2.4.0)