MINGW-packages: ssl module in Python is not available.
I installed pip via pacman then I try this:
python3 -m pip install awscli
This used to work, but now I get:
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 23 (10 by maintainers)
Commits related to this issue
- Update Msys2 environment before proceeding Outdated SSL libraries may break pip: https://github.com/msys2/MINGW-packages/issues/4582 — committed to sio/bash-complete-partial-path by sio 2 years ago
- Update Msys2 environment before proceeding Outdated SSL libraries may break pip: https://github.com/msys2/MINGW-packages/issues/4582 — committed to sio/bash-complete-partial-path by sio 2 years ago
- Fix OpenSSL in Msys2 environment Outdated and/or missing SSL libraries break pip: - https://github.com/msys2/MINGW-packages/issues/4582 - Error message: pip is configured with locations ... — committed to sio/bash-complete-partial-path by sio 2 years ago
Installation of OpenSSL from this link (https://slproweb.com/products/Win32OpenSSL.html) worked for me.
I can’t reproduce sadly
Hi Alejandohd, this worked for me(April 14, 2020). I spent a day a half trying to solve this problem. I removed the files you mentioned from my windows directory, and then Anaconda Navigator worked. Thanks a lot!
Not 100% sure, no. Our openssl was updated to the conflicting naming 3 weeks ago, so it should have started then. Maybe newer Python uses newer openssl APIs which only now lead to problems.
You can test by deleting “C:\Windows\System32\libssl*.dll” “C:\Windows\System32\libcrypto*.dll” on appveyor.