Install setuptools on Fedora 40 by radarhere · Pull Request #207 · python-pillow/docker-images
Navigation Menu
{{ message }}
python-pillow / docker-images Public
- Notifications You must be signed in to change notification settings
- Fork 29
Closed
radarhere wants to merge 1 commit intopython-pillow:mainfrom
Closed
Install setuptools on Fedora 40#207
radarhere wants to merge 1 commit intopython-pillow:mainfrom
Install setuptools on Fedora 40#207
radarhere wants to merge 1 commit intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Member
radarhere
commented
Apr 28, 2024
radarhere
commented
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
radarhere
mentioned this pull request
Copy link Copy Markdown
Member
hugovk
commented
Apr 28, 2024
hugovk commented
Apr 28, 2024Regarding https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html, can we replace invoking setup.py directly with something else?
radarhere
mentioned this pull request
Copy link Copy Markdown
Member Author
radarhere
commented
Apr 29, 2024
radarhere commented
Apr 29, 2024The 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.
Copy link Copy Markdown
Member Author
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
closed this
radarhere
deleted the
setuptools
branch
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