petlib
petlib copied to clipboard
"pip install petlib" error on Windows
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!
How do I solve it?
The install guide is out of date and the link no longer works Is there an updated install guide that fixes this issue?