FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix Python 3.12 failures by radarhere · Pull Request #7188 · python-pillow/Pillow · GitHub

Fix Python 3.12 failures - #7188

Merged
hugovk merged 2 commits into
python-pillow:mainfrom
radarhere:python312
May 27, 2023
Merged

Fix Python 3.12 failures#7188
hugovk merged 2 commits into
python-pillow:mainfrom
radarhere:python312

Conversation

radarhere commented May 26, 2023
edited
Loading

Copy link
Copy Markdown
Member

The Windows Python 3.12 builds on main have started failing - https://github.com/python-pillow/Pillow/actions/runs/5089366014/jobs/9146907439#step:25:41

ModuleNotFoundError: No module named 'setuptools'

This installs setuptools to fix that.

The Linux Python 3.12 build on main has also started failing with a segfault - https://github.com/python-pillow/Pillow/actions/runs/5089395395/jobs/9146969201

Skipping testing PyQt6 on Python 3.12 fixes that. I'm able to reproduce the segfault without Pillow, so it is not a problem directly with our code.

radarhere changed the title Install setuptools on Windows Install setuptools on Windows on GitHub Actions May 26, 2023
radarhere changed the title Install setuptools on Windows on GitHub Actions Fix Python 3.12 failures May 27, 2023
radarhere removed the Windows label May 27, 2023
hugovk merged commit 7c910c4 into python-pillow:main May 27, 2023
radarhere deleted the python312 branch May 27, 2023 20:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL