How to fix ModuleNotFoundError: No module named 'tqdm'

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

Verification

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