depot_tools Python's OpenSSL is very old |
|
Issue descriptionIt's 6 years old: ``` PS C:\Users\mlamouri\Downloads> python --version Python 2.7.6 PS C:\Users\mlamouri\Downloads> python -c "import ssl; print(ssl.OPENSSL_VERSION)" OpenSSL 0.9.8y 5 Feb 2013 ``` And it may explain why I can't install pip using the python provided by depot_tools. I was hoping that I could avoid installing Python on top of it. |
|
►
Sign in to add a comment |
|