ModuleNotFoundError: No module named 'asn1crypto'
python -m pip install asn1crypto
python -c "import asn1crypto; print(asn1crypto.__version__)"
Success! asn1crypto version x.y.z (e.g., 2.4.0)