Hello,
I am trying to install Python standard packages through command prompt but receiving errors.
The details are as below.
C:\Program Files\Python312>pip show requests
WARNING: Package(s) not found: requests
C:\Program Files\Python312>pip install requests openpyxl pandas
Defaulting to user installation because normal site-packages is not writeable
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002916FCAB2F0>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/requests/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002916FCABAD0>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/requests/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002916FCABE00>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/requests/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002916FCABFE0>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/requests/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002916FCDC230>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/requests/
ERROR: Could not find a version that satisfies the requirement requests (from versions: none)
ERROR: No matching distribution found for requests
I tried the same steps by following path : C:\Users"userid">, but receiving same above errors.
Request you to please guide in this case.
Hello,
I am trying to install Python standard packages through command prompt but receiving errors.
The details are as below.
C:\Program Files\Python312>pip show requests
WARNING: Package(s) not found: requests
C:\Program Files\Python312>pip install requests openpyxl pandas
Defaulting to user installation because normal site-packages is not writeable
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002916FCAB2F0>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/requests/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002916FCABAD0>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/requests/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002916FCABE00>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/requests/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002916FCABFE0>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/requests/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002916FCDC230>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed')': /simple/requests/
ERROR: Could not find a version that satisfies the requirement requests (from versions: none)
ERROR: No matching distribution found for requests
I tried the same steps by following path : C:\Users"userid">, but receiving same above errors.
Request you to please guide in this case.