How to fix ModuleNotFoundError: No module named 'marshmallow'

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

Verification

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