How to fix ModuleNotFoundError: No module named 'installer'

ModuleNotFoundError: No module named 'installer'
Recommended: Install via pip into your active environment.
python -m pip install installer

Verification

Command
python -c "import installer; print(installer.__version__)"
Expected output
Success! installer version x.y.z (e.g., 2.4.0)