How to fix ModuleNotFoundError: No module named 'cycler'

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

Verification

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