Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Narrow unicode builds for Python 2.7 #52

Open
@henryiii

Description

On PyPI, narrow-unicode wheels are not provided. This causes my Azure pipelines that uses Pandas to take 8 minutes on the Python 2.7 versions instead of 45 seconds for all other Python 3 versions. The manylinux container does have both "cp27mu" and "cp27m" versions - and Azure is using the narrow-unicode one. Numpy does provide this narrow-unicode wheel, so it's only Pandas doing the build.

Could narrow unicode builds be provided as well on the current 0.24 or the next patch release to it? It would be a file like *cp27-cp27m-manylinux1_x86_64.whl in addition to cp27-cp27mu-manylinux1_x86_64.whl .

See pandas-dev/pandas#27056

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions