admin管理员组文章数量:1356429
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 badges1 Answer
Reset to default 2Context 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.
本文标签: pythonPolars wheel fileStack Overflow
版权声明:本文标题:python - Polars wheel file - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744036294a2579829.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论