/ / InsecurePlatformWarning pri inštalácii OpenSSL v pythone 2.7 (windows 8.1) - python, openssl

InsecurePlatformWarning počas inštalácie OpenSSL v python 2.7 (windows 8.1) - python, openssl

Inštaloval som sa pyOpenSSL a všetky požadované balíky, ale dostávam toto varovanie pri inštalácii OpenSSL.

$ pip install OpenSSL
Collecting OpenSSL
C:python27libsite-packagespip_vendorrequestspackagesurllib3utilssl_.py:90: InsecurePlatformWarning: A true SSL
Context object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL conn
ections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarni
ng.
InsecurePlatformWarning
Could not find a version that satisfies the requirement OpenSSL (from versions: )
No matching distribution found for OpenSSL

Skúsil som skoro všetko, ale stále nič.

odpovede:

2 pre odpoveď č. 1

Je to pyOpenSSL, nie je OpenSSL balíček:

pip install pyOpenSSL

a pip install requests[security] by malo upozornenie napraviť