-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
In ARROW-112, we switched to using the recommended pattern for building the wheel, but the recommendation from PyArrow does not mention repairing the wheel. On Windows, the wheel is not repaired as expected, and failed to load in my experiments.
After some experimentation, it turns out we do not need to repair the wheels at all for this library. We manually copy the bson lib into the wheel, and the arrow lib is loaded dynamically.
This experiment was done on my fork in https://github.com/blink1073/mongo-arrow/pull/2, and tested on all three target platforms.
- related to
-
INTPYTHON-125 Fix Linux Wheel File Names
- Closed