Skip to content

Windows wheel doesn't have raqm support #7126

Description

@missionfloyd

What did you do?

>>> from PIL import features
>>> features.check_feature("raqm")

Missing raqm support was thought to be an issue with piwheels (#6023, #7121) and maybe it's that as well, but this returns false on windows as well. Of the systems I've tried it on (Windows x64, Linux x64, Linux ARM), the only one that raqm works on when installed from a wheel is Linux x64.

Looking at the dependencies section of build_prepare.py, libraqm seems to be missing.

What did you expect to happen?

True

What actually happened?

False

What are your OS, Python and Pillow versions?

  • OS: Windows 10
  • Python: 3.10.11
  • Pillow: 9.5.0

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