Skip to content

tags.cpython_tags returns an incorrect value when run from a 32-bit VS developer prompt on a 64-bit Windows #327

@pfmoore

Description

@pfmoore

See pypa/pip#8649.

Basically, cpython_tags is using distutils.get_platform here. It should probably be using get_host_platform - as far as I can tell the only difference is for cross-compilation, and (even if we accept that distutils supports cross-compilation, which I'm not sure it does) when installing wheels, we want to use the host platform, not the target platform (as we're not even building, so "target" makes no sense).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions