Skip to content
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

Install setuptools on Fedora 40 #207

Closed
wants to merge 1 commit into from

Conversation

radarhere
Copy link
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
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
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.

@radarhere
Copy link
Member Author

radarhere commented Apr 29, 2024

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

@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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants