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