Closed datnguyentien1981 closed 2 years ago
Can you try importing wolfcrypt
from the python repl? I think you have a path
issue of some sort.
Thank you for your support. after I fix path issue, I can install wolfcrypt with below command
pip install wolfcrypt
nad6hc@VM-NAD6HC-OSD5:~/Prj_Security/SourceCode/rustBoot-main/rustBoot$ pip install wolfcrypt
Collecting wolfcrypt
Collecting cffi (from wolfcrypt)
Collecting pycparser (from cffi->wolfcrypt)
Installing collected packages: pycparser, cffi, wolfcrypt
Successfully installed cffi-1.15.0 pycparser-2.21 wolfcrypt-4.1.0.post0.
Dat Nguyen
Dear Nihal
Currently, I have an issue related to wolfcrypt libraries when I compile Rustboot on native ubuntu.
As your recommendation in previous topic, I try to install wolfCrypt with below command
pip install wolfcrypt
but issue occurs as belowI try to work around with another command https://github.com/wolfSSL/wolfBoot/blob/master/docs/Signing.md#install-python3
and issue occurs as below
Could you please support me fix issue related to wolfcrypt libraries
Thank you