agronholm / pythonfutures

Backport of the concurrent.futures package to Python 2.6 and 2.7
Other
232 stars 51 forks source link

I cant install future #84

Closed eagleman111 closed 5 years ago

eagleman111 commented 5 years ago

Hi, When I try to install it, it show ssl security error, any help? pip install future Collecting future c:\python27\lib\site-packages\pip_vendor\requests\packages\urllib3\util\ssl.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning. SNIMissingWarning c:\python27\lib\site-packages\pip_vendor\requests\packages\urllib3\util\ssl.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning Could not fetch URL https://pypi.python.org/simple/future/: There was a problem confirming the ssl certificate: [Errno 1] _ssl.c:499: error:1407742E:SSL routines:SSL23_GET_SERVERHELLO:tlsv1 alert protocol version - skipping Could not find a version that satisfies the requirement future (from versions: ) No matching distribution found for future c:\python27\lib\site-packages\pip_vendor\requests\packages\urllib3\util\ssl.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning

agronholm commented 5 years ago

Update your Python to a newer release of 2.7.