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?
What actually happened?
What are your OS, Python and Pillow versions?
- OS: Windows 10
- Python: 3.10.11
- Pillow: 9.5.0
What did you do?
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?
TrueWhat actually happened?
FalseWhat are your OS, Python and Pillow versions?