Uninstall gradle and maven on macOS 13 by radarhere · Pull Request #8318 · python-pillow/Pillow
Copy link Copy Markdown
Member
radarhere
commented
Aug 19, 2024
radarhere
commented
Our macOS 13 job has started failing in main - https://github.com/python-pillow/Pillow/actions/runs/10451246000/job/28937272389
It is trying to install Python 3.12, when there is already a copy of Python present, leading to an error.
The new Python dependency is not for any packages we have requested though, but instead for gradle and maven, when brew tries to update versions already installed.
Perhaps the simplest solution is just to uninstall gradle and maven.