Hi all,
I am facing this issue while compiling the optee_os package,
GEN out/arm-plat-k3/core/ta_pub_key.c
Traceback (most recent call last):
File "scripts/pem_to_pub_c.py", line 71, in <module>
main()
File "scripts/pem_to_pub_c.py", line 24, in main
from cryptography.hazmat.backends import default_backend
ModuleNotFoundError: No module named 'cryptography'
mk/subdir.mk:183: recipe for target 'out/arm-plat-k3/core/ta_pub_key.c' failed
make: *** [out/arm-plat-k3/core/ta_pub_key.c] Error 1
i have followed these steps
i am also referred this thread
But this doesn't work for me,Can anyone suggest some steps to over come this issue?