ysl2 / .dotfiles

My dotfiles
2 stars 0 forks source link

Install openssl on windows for solving pip TLS and SSL problem #36

Closed ysl2 closed 8 months ago

ysl2 commented 8 months ago

Ref: "ssl module in Python is not available" when installing package with pip3

Download and install latest minimal openssl, and make sure to copy all DLLs into system folder in installation wizard.

https://slproweb.com/products/Win32OpenSSL.html

Windows\System32

image