Skip to content

Missing requirement for adafruit_hashlib #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
FoamyGuy opened this issue Mar 11, 2024 · 0 comments · Fixed by #40
Closed

Missing requirement for adafruit_hashlib #39

FoamyGuy opened this issue Mar 11, 2024 · 0 comments · Fixed by #40

Comments

@FoamyGuy
Copy link
Contributor

After a clean install with pip install adafruit-circuitpython-rsa when you attempt to import the module it raises an exception due to missing hashlib:

>>> import adafruit_rsa
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/timc/.local/lib/python3.10/site-packages/adafruit_rsa/__init__.py", line 19, in <module>
    from adafruit_rsa.pkcs1 import (
  File "/home/timc/.local/lib/python3.10/site-packages/adafruit_rsa/pkcs1.py", line 25, in <module>
    import adafruit_hashlib as hashlib
ModuleNotFoundError: No module named 'adafruit_hashlib'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant