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