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