You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.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?
The text was updated successfully, but these errors were encountered: