How to fix ModuleNotFoundError: No module named 'pendulum'

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

Verification

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