From 829393e605671ee922fbd9d06a5c810dfbe2ece6 Mon Sep 17 00:00:00 2001 From: Brian Gustafson Date: Tue, 28 Mar 2017 17:50:55 -0700 Subject: [PATCH] Include version in pip install command Without specifying the version, you'll get requests 2.13.0, which uses different dependencies to enable the security feature. --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 8aacd2ba30..8e4d80ac22 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -93,7 +93,7 @@ The supported version of OpenSSL for the Python SDK is version 1.0.1 or newer. If the version is lower than ``1.0.1``, run the following command to bypass the version issue:: - pip install requests[security] + pip install requests[security]==2.11.1 This command instructs the `requests `_ library used by the Python SDK to use the version of OpenSSL that is bundled with the `cryptography `_