-
Notifications
You must be signed in to change notification settings - Fork 237
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
Transient failures for Windows AMD64 builds when searching for pyproject.toml
#1744
Comments
These errors only started after I upgraded from 2.16.2 to 2.16.4 |
Notice that my second attempt for the same job |
This is fixed in #1741. GitHub is rolling out a new powershell, it doesn't matter what cibuildwheel version you have. |
(Notice how it's including the |
Ah - I figured it might be something github-wide, rather than cibuildwheel specific. that would explain why it happens on some runners and not others. |
OK, I'll close this after the next release of cibuildwheel is out and I can test it. (I see also #1740). |
Release is happening (basically) now. Also supports the new M1 runners released today. :) |
It’s out, let us know if it’s fixed! :) |
Thanks - I forced a dependabot check to get the new action, and it's building the PR now: alexlancaster/pypop#189 |
Builds seem to work cleanly now. Closing. |
Description
I am getting transient failures on Windows AMD64 builds. It only seems to affect Windows builds, but the exact version of Python seems to change, the error is related to not finding the
pyproject.toml
file:Once the first set of wheels fails, i can normally get them to regenerate on a second attempt. The exact versions of Python change from time to time, but it's always on Windows.
Build log
https://github.com/alexlancaster/pypop/actions/runs/7717817812/job/21037765716#step:4:23
CI config
https://github.com/alexlancaster/pypop/blob/last_zenodo_check/.github/workflows/build_wheels.yml
The text was updated successfully, but these errors were encountered: