Topic: [SOLVED] Intalling WolfSSL on Raspberry Pi
Hello, I'm trying to install the WolfSSL library (wolfcrypt specifically) on Raspberry Pi. This is a python project, so I am following this tutorial: "https://wolfssl.github.io/wolfcrypt-py/".
But I find troubles at the installation, when I reach the section "Installing wolfcrypt", when I use the "sudo pip install wolfcrypt -H" command I'm getting the following error:
Then to call: ' "wolfcrypt.hashes import from Sha, Sha print () hexdigest ()" python -c' I get this:
I followed all the steps three times and get the same.
Can you offer me some help here? Thank you very much in advance.