piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

Problem with package: Pillow #357

Open missionfloyd opened 1 year ago

missionfloyd commented 1 year ago

Package name

pillow

Package version

all

PyPI URL

https://pypi.org/project/pillow/

piwheels URL

https://www.piwheels.org/project/pillow/

Python version

I am the maintainer

More information

The pillow wheel doesn't seem to be compiled with libraqm support, required for text features such as ligatures and bidirectional text. Running this on a Raspberry Pi returns False unless the user compiles it themselves.

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

See also: https://github.com/python-pillow/Pillow/issues/6023 https://github.com/python-pillow/Pillow/issues/7121