Python Forum
pip not installing any package on windows
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip not installing any package on windows
#1
Hi,
I have python 2.7 on windows 10 x64, when I try to install any pip package it show this 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...ingwarning.
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...ormwarning.
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_SERVER_HELLO: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...ormwarning.
InsecurePlatformWarning
?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Is it possible to see dependencies before installing a package? quazirfan 4 1,058 Dec-06-2022, 02:50 PM
Last Post: snippsat
  Installing Qt for Python. (On Windows 10) davediamond 22 4,526 Apr-18-2022, 06:50 AM
Last Post: ndc85430
  Unable to import sklearn after installing any package ilango 0 1,184 Oct-25-2021, 07:03 AM
Last Post: ilango
  Installing auto-sklearn on Windows 10 Led_Zeppelin 1 2,665 Apr-15-2021, 08:02 PM
Last Post: bowlofred
  Need help installing infoblox-client on Windows 10 dazmac10 1 2,527 Mar-07-2021, 10:57 PM
Last Post: snippsat
  error while installing any library using pip in windows AkashKansal 1 4,394 Sep-24-2020, 07:51 AM
Last Post: buran
  installing python in windows 10 martynarthur2102 1 1,646 Aug-22-2020, 01:53 PM
Last Post: buran
  Installing a python package using pip anthonymoss78 0 1,805 Jul-14-2020, 01:52 PM
Last Post: anthonymoss78
  Installing a new package using pip in conda environment firebolt7 1 2,519 Nov-18-2019, 12:31 PM
Last Post: snippsat
  Installing pip windows 10 jcg36 9 5,090 Sep-13-2019, 12:44 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020