python - Polars wheel file - Stack Overflow

The provided whl files for polars library are tagged as abi3. I am working with specific setup that nee

The provided whl files for polars library are tagged as abi3. I am working with specific setup that needs ABI tag to be cp39. I tried unpacking and packing again while changing the tag but still not working. Can someone help with this ? Desired ABI tag: cp39 Current ABI tag: abi3

The provided whl files for polars library are tagged as abi3. I am working with specific setup that needs ABI tag to be cp39. I tried unpacking and packing again while changing the tag but still not working. Can someone help with this ? Desired ABI tag: cp39 Current ABI tag: abi3

Share Improve this question edited Mar 28 at 13:18 jqurious 22k5 gold badges20 silver badges39 bronze badges asked Mar 28 at 12:58 RGIRGI 215 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2

Context for future readers: The ABI (Application Binary Interface) tag indicates which Python ABI is required by any included extension modules, you can find more information about the tags in https://packaging.python./en/latest/specifications/platform-compatibility-tags/

Polars uses the CPython stable ABI (abi3), if your setup does not supports it, you are better off compiling it yourself targeting the ABI it supports than trying to modify existing wheels.

However, first make sure you are not mixing up the {python tag} and the {abitag} components - the polars wheels released on pypi are already using the cp39 python tag.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744036294a4547479.html

相关推荐

  • python - Polars wheel file - Stack Overflow

    The provided whl files for polars library are tagged as abi3. I am working with specific setup that nee

    9天前
    30

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信