Andrew Murray

Results 764 comments of Andrew Murray

I've created https://github.com/python-pillow/pillow-wheels/pull/405 to resolve this. In the meantime, I put together a wheel with GitHub Actions - this should work for you. [Pillow-10.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.zip](https://github.com/python-pillow/Pillow/files/12554337/Pillow-10.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.zip)

Pillow 10.0.1 has now been released, so that wheel should now also be available through pip.

My understanding is that tuples are more efficient than lists, but presumably that difference is minor, so if @homm has thoughts about what makes more sense stylistically, then I'm happy...

I've created PR #6830 as a suggestion for this.

Travis CI has [updated to Python 3.11](https://travis-ci.community/t/please-add-image-for-python-3-11/13384/3), and https://github.com/python-pillow/pillow-wheels/pull/345 has added it to pillow-wheels. So that is everything in our checklist.

I can see that qgis3 has a 'lib' dependency on py311-pyqt5 and a 'run' dependency on py311-Pillow. What is the solution for that? Is this blocked until pyqt6 is added...

If I were to update Pillow only for Python 3.12, would that be helpful? Downside compared to this PR: It wouldn't update Pillow for earlier versions, and so isn't a...

Hi. Would you like to create a PR with your solution?

I've created PR https://github.com/python-pillow/Pillow/pull/7791 with your solution, except with `subprocess.Popen()` instead of `subprocess.call()`, to prevent blocking.

If you're interested in an immediate solution as an alternative to this PR, I find that you can just [ignore](https://github.com/python-pillow/Pillow/issues/6118#issuecomment-1062610436) the error and the image works fine. ```python from PIL...