Skip to content

0.11.5 and 0.11.6 packages not compatible with manylinux2010 #946

@vgod-dbx

Description

@vgod-dbx

The binary wheel packages of 0.11.5 and 0.11.6 (e.g. tokenizers-0.11.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl) are not compatible with the manylinux2010 policy.
The problem is that tokenizers.cpython-39-x86_64-linux-gnu.so has a dependency on libz.so.1, which is not included in manylinux2010 nor manylinux2014.
Is it possible to fix the packages so we can deploy tokenizers on our minimal systems that don't have libz.so.1?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions