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