New issue
Advanced search Search tips

Issue 919880 link

Starred by 1 user

Issue metadata

Status: Unconfirmed
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

depot_tools Python's OpenSSL is very old

Project Member Reported by mlamouri@chromium.org, Jan 8

Issue description

It'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