ModuleNotFoundError: No module named 'uritemplate'
python -m pip install uritemplate
python -c "import uritemplate; print(uritemplate.__version__)"
Success! uritemplate version x.y.z (e.g., 2.4.0)