How to fix ModuleNotFoundError: No module named 'msrest'

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

Verification

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