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