gdanezis / petlib

A python library that implements a number of Privacy Enhancing Technolgies
BSD 2-Clause "Simplified" License
130 stars 33 forks source link

"pip install petlib" error on Windows #23

Open PanosChtz opened 4 years ago

PanosChtz commented 4 years ago

When runnung pip install petlib under Windows, installation fails with the following error OSError: ctypes.util.find_library() did not manage to locate a library called 'crypto' Error occurs with all available 64bit OpenSSL versions 1.1.1d, 1.10L and 1.0.2t.

Linux installation works fine though!

yjz1234 commented 4 years ago

How do I solve it?

AlexKudzin commented 11 months ago

The install guide is out of date and the link no longer works Is there an updated install guide that fixes this issue?

Glh01 commented 1 month ago

I have also encountered this problem, how did you solve it? How do you solve the problem with the application under Win?