-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Just got this error
raise ImportError("This functionality requires the library") from err |
appears to be missing the pyasn1 text
Adafruit_CircuitPython_RSA/adafruit_rsa/key.py
Lines 276 to 280 in 999b41b
# pylint: disable=import-outside-toplevel | |
try: | |
from pyasn1.codec.der import encoder | |
except ImportError as err: | |
raise ImportError("This functionality requires the library") from err |
Metadata
Metadata
Assignees
Labels
No labels