wolfSSL / wolfssl-py

Python wrapper for wolfSSL embedded SSL/TLS library.
https://wolfssl.github.io/wolfssl-py/
39 stars 23 forks source link

Issue while installing wolfssl in windows #52

Open Souravkumar2434 opened 1 month ago

Souravkumar2434 commented 1 month ago

Hi,

i am trying to install wolfssl library in windows. i have python 3.10.11 version. when i am giving pip install wolfssl comamnd, it is exiting the process with error raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command './autogen.sh' returned non-zero exit status 1.

can anybody please help me with this issue as it is a top priority for me.

kareem-wolfssl commented 3 weeks ago

Hi @Souravkumar2434 ,

What environment are you using pip in on Windows? For example Cygwin, MSYS2, WSL, Powershell... Do you have autotools installed in your environment? Can you attach a full error log?