-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug report: test failures with PyQt5 #1255
Comments
Which version of Pillow are you using? Pillow dropped support for Qt5 in Pillow 10 so we've been seeing issues with other ETS projects when pip-installing Pillow into Qt5-based environments. |
This is indeed with pillow 10.0.0. Is this a show stopper for pyface and Qt5 then? |
The only work-around is to restrict to pillow < 10.0 or not use Pillow at all. Pillow is nominally an optional dependency of Pyface for Qt backends - it should work without Pillow installed as long as the application code avoids using The end-user failure mode if pillow 10 is installed will only occur if a I don't know if this helps your use-case. |
Thank you, that's very helpful information. |
Environment
OS: Fedora Rawhide
Python version: 3.12
Toolkit: Qt 5.15.10
Qt API: PyQt5 5.15.9
Description
Steps to Reproduce
The text was updated successfully, but these errors were encountered: