How to fix ModuleNotFoundError: No module named 'asn1crypto'

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

Verification

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