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

Raise an error if cibuildwheel generates a pure/universal Python wheel #255

Closed
joerick opened this issue Jan 28, 2020 · 0 comments · Fixed by #414
Closed

Raise an error if cibuildwheel generates a pure/universal Python wheel #255

joerick opened this issue Jan 28, 2020 · 0 comments · Fixed by #414

Comments

@joerick
Copy link
Contributor

joerick commented Jan 28, 2020

There's no reason to use cibuildwheel to build a universal/pure wheel, and in some cases (e.g. #254), the generation of a non-platform wheel means that compilation failed.

I'd expect an error message like:

cibuildwheel: Build failed because a pure Python wheel was generated.

If you intend to build a pure-Python wheel, you don't need cibuildwheel - use
`pip wheel -w DEST_DIR .` instead.

If you expected a platform wheel, check your project configuration, or run
cibuildwheel with CIBW_BUILD_VERBOSITY=1 to view build logs.
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.

1 participant