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