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

Windows build wheels failure #2369

Closed
giampaolo opened this issue Feb 8, 2024 · 1 comment · Fixed by #2370
Closed

Windows build wheels failure #2369

giampaolo opened this issue Feb 8, 2024 · 1 comment · Fixed by #2370

Comments

@giampaolo
Copy link
Owner

giampaolo commented Feb 8, 2024

This started failing recently: https://github.com/giampaolo/psutil/actions/runs/7829258364/job/21360877703.
It looks like a problem related to cibuildwheel:

2024-02-08T12:03:15.5361523Z ##[group]Run pipx run --python "C:\hostedtoolcache\windows\Python\3.11.7\x64\python.exe" --spec "D:\a\_actions\pypa\cibuildwheel\v2.16.2" cibuildwheel "." --output-dir '"wheelhouse"' --config-file '""' --only '""'
2024-02-08T12:03:15.5363314Z �[36;1mpipx run --python "C:\hostedtoolcache\windows\Python\3.11.7\x64\python.exe" --spec "D:\a\_actions\pypa\cibuildwheel\v2.16.2" cibuildwheel "." --output-dir '"wheelhouse"' --config-file '""' --only '""'�[0m
2024-02-08T12:03:15.5599769Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2024-02-08T12:03:15.5600226Z env:
2024-02-08T12:03:15.5600546Z   pythonLocation: C:\hostedtoolcache\windows\Python\3.11.7\x64
2024-02-08T12:03:15.5601128Z   PKG_CONFIG_PATH: C:\hostedtoolcache\windows\Python\3.11.7\x64/lib/pkgconfig
2024-02-08T12:03:15.5601680Z   Python_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.11.7\x64
2024-02-08T12:03:15.5602192Z   Python2_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.11.7\x64
2024-02-08T12:03:15.5602691Z   Python3_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.11.7\x64
2024-02-08T12:03:15.5603089Z   CIBW_ARCHS: AMD64
2024-02-08T12:03:15.5603326Z   CIBW_PRERELEASE_PYTHONS: true
2024-02-08T12:03:15.5603602Z ##[endgroup]
2024-02-08T12:04:09.7717538Z Invalid --only='""', must be a build selector with a known platform

@mayeut Hello Matthieu, would you have some time to look at this?

@giampaolo giampaolo added the bug label Feb 8, 2024
mayeut added a commit to mayeut/psutil that referenced this issue Feb 8, 2024
@mayeut
Copy link
Contributor

mayeut commented Feb 8, 2024

#2370 should fix that.

Edit: It does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants