Install setuptools on Fedora 40 by radarhere · Pull Request #207 · python-pillow/docker-images

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@radarhere

Copy link Copy Markdown

Member

I've just found an error in the Fedora 40 build - https://github.com/python-pillow/docker-images/actions/runs/8866687018/job/24344407456#step:7:10

Traceback (most recent call last):
File "/Pillow/setup.py", line 19, in
from setuptools import Extension, setup
ModuleNotFoundError: No module named 'setuptools'
make: *** [Makefile:5: clean] Error 1

@hugovk

Copy link Copy Markdown

Member

hugovk commented

Apr 28, 2024

Regarding https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html, can we replace invoking setup.py directly with something else?

@radarhere

Copy link Copy Markdown

Member Author

The direct invocation of setup.py doesn't actually come from this repository, it comes from the Pillow repository.

I've created python-pillow/Pillow#8027 to remove it.

hugovk reacted with rocket emoji

@radarhere

Copy link Copy Markdown

Member Author

radarhere commented

Apr 29, 2024

edited

Loading

Thanks for pointing that out. Rerunning the job now that the PR has been merged, the error is no longer present - https://github.com/python-pillow/docker-images/actions/runs/8868199625/job/24359444997#step:7:9

hugovk reacted with thumbs up emoji

@radarhere radarhere closed this

Apr 29, 2024

@radarhere radarhere deleted the setuptools branch

April 29, 2024 05:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@radarhere @hugovk