How to fix ModuleNotFoundError: No module named 'decorator'

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

Verification

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