You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: