-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
inject_into_ssl()
not working in virtual environment (Windows 10)
#155
Comments
By the way, I should add: I am working behind a corporate firewall, if that makes any difference. |
This might be the same issue that is discussed in #143 |
@davisagli Thank you, that issue pointed me in the right direction. Comparing the versions of the requests library in my global and pyenv installations, I saw that globally I had 2.28.2, while in the virtual environment I had 2.32.3. Downgrading to 2.28.2 in the virtual environment did indeed solve the problem. (And I also had this on Linux/WSL, by the way). Can one conclude from that, that the problem is with requests, or could it be a conjunctive problem between the libraries? |
Fixed in #164 |
I am using
truststore.inject_into_ssl()
for a little app/script.When I run it in a virtual environment (where I installed
truststore
separately) it gives me an error (see below).When I run the same thing directly with my Python interpreter installed in Windows (10), it works.
Is there something I am missing in my virtual environment setup?
The following is what
pip list
reports in my virtual environment:The text was updated successfully, but these errors were encountered: