How to fix ModuleNotFoundError: No module named 'uritemplate'

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

Verification

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