You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: