A modern cross-platform CLI & library to repair Python wheels (auditwheel for macOS/Linux/Windows, delocate for macOS, wheel-fix for Windows). Version 0.6.0, active development, roughly monthly releases.
pip install repairwheelNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Repair a wheel by bundling external shared libraries and updating the wheel tag.
Use `python -m repairwheel <wheel>` instead of `repairwheel repair <wheel>`.
Import Policy from repairwheel.policies and use Policy objects instead of strings.
Ensure patchelf (Linux) or Xcode command line tools (macOS) are installed before running repairwheel.
Run `pip install repairwheel` in the correct environment.
Use `from repairwheel import repair` and call `repair(...)`.
Use 'manylinux2014' or 'manylinux_2_28' instead.
Run as `python -m repairwheel path/to/wheel.whl`.
No resource links recorded.