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

BUG: cibuildwheel fails to build wheels for Windows #170

Closed
TomWinder opened this issue Feb 17, 2024 · 0 comments · Fixed by #171
Closed

BUG: cibuildwheel fails to build wheels for Windows #170

TomWinder opened this issue Feb 17, 2024 · 0 comments · Fixed by #171

Comments

@TomWinder
Copy link
Member

Describe the bug
Failing to build wheels for Windows

To Reproduce
See latest action run for wheel building: https://github.com/QuakeMigrate/QuakeMigrate/actions/runs/7943189801/job/21687265047

Run pypa/cibuildwheel@v2.12.0
Run actions/setup-python@v4
Installed versions
Run pipx run --python "C:\hostedtoolcache\windows\Python\3.11.8\x64\python.exe" --spec "D:\a\_actions\pypa\cibuildwheel\v2.12.0" cibuildwheel "." --output-dir '"wheelhouse"' --config-file '""' --only '""'
creating virtual environment...
determining package name from 'D:\\a\\_actions\\pypa\\cibuildwheel\\v2.12.0'...
creating virtual environment...
installing cibuildwheel from spec 'D:\\a\\_actions\\pypa\\cibuildwheel\\v2.12.0'...
Invalid --only='""', must be a build selector with a known platform
Error: Process completed with exit code 1.

Expected behavior
Wheels should build without errors.

Desktop (please complete the following information):

  • Operating System: n/a
  • Python version: n/a
  • QuakeMigrate version: (1.0.2)

Additional context
This is a known bug with cibuildwheels -- pypa/cibuildwheel#1740

Recommended fix is to update to latest version:

---        uses: pypa/cibuildwheel@v2.14.0
+++        uses: pypa/cibuildwheel@v2.16.5
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 a pull request may close this issue.

1 participant