Skip to content

3.11-slim not building wheels anymore #1025

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

Closed
sushi2all opened this issue Apr 9, 2025 · 1 comment
Closed

3.11-slim not building wheels anymore #1025

sushi2all opened this issue Apr 9, 2025 · 1 comment

Comments

@sushi2all
Copy link

I use GitLab CI/CD to build a docker image based on the 3.11-slim tag and it suddenly stop working today with the following error.

#5 8.834 Building wheels for collected packages: python-multipart
#5 8.836   Building wheel for python-multipart (setup.py): started
#5 9.050   Building wheel for python-multipart (setup.py): finished with status 'error'
#5 9.055   error: subprocess-exited-with-error
#5 9.055   
#5 9.055   × python setup.py bdist_wheel did not run successfully.
#5 9.055   │ exit code: 1
#5 9.055   ╰─> [6 lines of output]
#5 9.055       usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
#5 9.055          or: setup.py --help [cmd1 cmd2 ...]
#5 9.055          or: setup.py --help-commands
#5 9.055          or: setup.py cmd --help
#5 9.055       
#5 9.055       error: invalid command 'bdist_wheel'
#5 9.055       [end of output]
#5 9.055   
#5 9.055   note: This error originates from a subprocess, and is likely not a problem with pip.
#5 9.055   ERROR: Failed building wheel for python-multipart
#5 9.056   Running setup.py clean for python-multipart
#5 9.269 Failed to build python-multipart
#5 9.298 ERROR: Failed to build installable wheels for some pyproject.toml based projects (python-multipart)

I noticed the last commit (5f041da) mentions dropping wheels on windows, and the previous ones bumped the python version, I guess some of these changes are the culprit.

Am I supposed to change the base image or install wheels manually in the dockerfile or this is an unintended bug that will be fixed?

@tianon
Copy link
Member

tianon commented Apr 9, 2025

See #1023, which led to #1024, builds of which are still probably in-progress (hence why you're still seeing the issue).

(In other words, this is a duplicate of #1023, which is fixed and the fix rollout is in progress.)

@tianon tianon closed this as completed Apr 9, 2025
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

No branches or pull requests

2 participants