-
Notifications
You must be signed in to change notification settings - Fork 248
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
Misleading documentation for CIBW_BEFORE_ALL
#1685
Comments
Which build fails? Link a build log. What's your exact config? etc. |
Just discovered the real culprit - the documentation! |
CIBW_BEFORE_ALL
(followed documentation) CIBW_BEFORE_ALL
The source of the problem is that not all docker images are debian based. |
I get that, but I believe the documentation should state that it is built on several linux distros with different package managers. Usually, I expect documentation examples to work as-is. |
ah, yeah that isn't a good snippet to include so early in the docs, and it is outdated given that the default image is now almalinux-based. The point of this snippet is to show how to pass options to cibuildwheel. So we should change it to something less platform-dependent. PR would be welcome for this! |
Updated my PR for that #1686 |
Description
I'm trying to use
cibuildwheel
locally to test stuff before using the GitHub actions.I an installation prequisite of
libssl-dev
and followed the guidelines from:https://cibuildwheel.readthedocs.io/en/stable/setup/
However, when I try exporting
CIBW_BEFORE_ALL
to useapt
just as the example suggests, I'm getting an error that noapt
binary exists.Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered: