Skip to content

Support cases where platform.machine() is 'amd64' instead of 'x86_64' #569

@EMBailey-Topaz

Description

@EMBailey-Topaz

In some cases, Python's platform.machine() returns 'amd64' instead of 'x86_64'. For the PyPi version, that means every call to jsonschema issues an error like Unsupported platform: windows-amd64 and does nothing. Replacing 'amd64' with 'x86_64' seems to fix the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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