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