How to fix ModuleNotFoundError: No module named 'aiobotocore'

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

Verification

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