How to fix ModuleNotFoundError: No module named 'fastjsonschema'

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

Verification

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