How to fix ModuleNotFoundError: No module named 'asgiref'

ModuleNotFoundError: No module named 'asgiref'
Recommended: Install via pip into your active environment.
python -m pip install asgiref

Verification

Command
python -c "import asgiref; print(asgiref.__version__)"
Expected output
Success! asgiref version x.y.z (e.g., 2.4.0)