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