You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#64 should have added support for cryptography >42 <42.1 but tests fail:
spsdk/crypto/__init__.py:51: in <module>
from cryptography.hazmat.backends.openssl.rsa import *
E ModuleNotFoundError: No module named 'cryptography.hazmat.backends.openssl.rsa'
The text was updated successfully, but these errors were encountered:
Hello jjakob, you might be using an older version of SPSDK. (before support for cryptography 42 was added)
In version 2.1.1 the file spsdk/crypto/__init__.py doesn't have any content. Please check the version of SPSDK you're using.
#64 should have added support for cryptography >42 <42.1 but tests fail:
The text was updated successfully, but these errors were encountered: