How to fix ModuleNotFoundError: No module named 'awswrangler'

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

Verification

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