Skip to content

ERROR: Could not find a version that satisfies the requirement requests (from versions: none) #362

@vikaskurane-ux

Description

@vikaskurane-ux

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions