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