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