How to fix ModuleNotFoundError: No module named 'typedload'

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

Verification

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