-
Notifications
You must be signed in to change notification settings - Fork 290
Closed
Description
Description
I've getting random errors when attempting to build Windows wheels using the pypa/[email protected]
action.
Run pypa/[email protected]
Run actions/setup-python@v5
Installed versions
Run pipx run --python "C:\hostedtoolcache\windows\Python\3.12.1\x64\python.exe" --spec "D:\a\_actions\pypa\cibuildwheel\v2.16.4" cibuildwheel "." --output-dir '"wheelhouse"' --config-file '""' --only '""'
pipx run --python "C:\hostedtoolcache\windows\Python\3.12.1\x64\python.exe" --spec "D:\a\_actions\pypa\cibuildwheel\v2.16.4" cibuildwheel "." --output-dir '"wheelhouse"' --config-file '""' --only '""'
shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
env:
CIBW_ARCHS: all
CIBW_TEST_SKIP: *_arm64
CIBW_BUILD: cp38-win32
CIBW_BUILD_VERBOSITY: 1
creating virtual environment...
determining package name from 'D:\\a\\_actions\\pypa\\cibuildwheel\\v2.16.4'...
creating virtual environment...
installing cibuildwheel from spec 'D:\\a\\_actions\\pypa\\cibuildwheel\\v2.16.4'...
Invalid --only='""', must be a build selector with a known platform
Error: Process completed with exit code 1.
On a build that works I can see the same command is being run with the --only='""'
parameter.
Run pipx run --python "C:\hostedtoolcache\windows\Python\3.12.1\x64\python.exe" --spec "D:\a\_actions\pypa\cibuildwheel\v2.16.4" cibuildwheel "." --output-dir '"wheelhouse"' --config-file '""' --only '""'
pipx run --python "C:\hostedtoolcache\windows\Python\3.12.1\x64\python.exe" --spec "D:\a\_actions\pypa\cibuildwheel\v2.16.4" cibuildwheel "." --output-dir '"wheelhouse"' --config-file '""' --only '""'
shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
env:
CIBW_ARCHS: all
CIBW_TEST_SKIP: *_arm64
CIBW_BUILD: cp38-win_amd64
CIBW_BUILD_VERBOSITY: 1
The weird thing is that this only happens sometimes, other times the build works just fine. I know the 2.15.0
version is also affected. I only started seeing this in the last day. For example here is an older build that failed 2 times while on the 3rd it worked again https://github.com/pythongssapi/python-gssapi/actions/runs/7697806880
I'm unsure whether it's my code or something else but this has worked for me for the past year or so whereas now it seems to be popping up. At a guess it might be
Build log
CI config
isaksamsten, miquelmassot, agriyakhetarpal, mwestphal and Kin-Zhang
Metadata
Metadata
Assignees
Labels
No labels