m-click / requests_pkcs12

Add PKCS#12 support to the Python requests library in a clean way, without monkey patching or temporary files
ISC License
124 stars 33 forks source link

Exception has occurred: ModuleNotFoundError #38

Closed zisco67 closed 1 year ago

zisco67 commented 1 year ago

Line from requests_pkcs12 import get,post raises that exception, and altough I've tried several hints, they all don't work: No module named 'cryptography.hazmat.backends.openssl.x50 I'm running python in a venv, no warnings during pip install - any ideas?

vog commented 1 year ago

This is a duplicate of #36 which has been fixed in the meantime.

Please try again requests_pkcs12 version 1.15 or later:

In case this doesn't fix your problem, please feel free to open a new issue that contains more details.