We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Greetings,I am currently working in a library I have this error.
.eggs/xmlsig-1.0.1-py3.12.egg/xmlsig/signature_context.py:374: in load_pkcs12 if OpenSSL is not None and isinstance(key, OpenSSL.crypto.PKCS12): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <module 'OpenSSL.crypto' from '/app/.eggs/pyOpenSSL-24.1.0-py3.12.egg/OpenSSL/crypto.py'>, attr = 'PKCS12' def __getattr__(self, attr: str) -> object: > obj = getattr(self._module, attr) E AttributeError: module 'OpenSSL.crypto' has no attribute 'PKCS12'
I understand that the following solution exists: interlockledger/interlockledger-rest-client-python#1.
Can you work on releasing it, please?, Can I work on the solution?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Greetings,I am currently working in a library I have this error.
I understand that the following solution exists: interlockledger/interlockledger-rest-client-python#1.
Can you work on releasing it, please?, Can I work on the solution?
The text was updated successfully, but these errors were encountered: