How to fix ModuleNotFoundError: No module named 'jsonpointer'

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

Verification

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