-
Notifications
You must be signed in to change notification settings - Fork 3.9k
ARROW-7766: [Python][Packaging] Windows py38 wheels are built with wrong ABI tag #6353
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
Conversation
|
@ursabot crossbow submit -g wheel |
|
AMD64 Conda Crossbow Submit (#89258) builder has been succeeded. Revision: e3a865b Submitted crossbow builds: ursa-labs/crossbow @ ursabot-486 |
|
Still waiting on the builds to finish, but it seems at least that auditwheel is no longer broken. |
|
Windows py38 wheel has the correct file path now: https://ci.appveyor.com/project/Ursa-Labs/crossbow/builds/30569542#L3198 Also, the warning on master about WITH_PYMALLOC and possible ABI issues (cf. https://ci.appveyor.com/project/Ursa-Labs/crossbow/builds/30556466?fullLog=true#L3078) is no longer present. The two manylinux failures are timeouts from quay.io in downloading the manylinux docker image. @wesm PTAL |
xhochy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM
|
@nealrichardson I've restarted the failing ones. So I can cherry-pick this change to another branch, then rebuild the py38 wheel for windows. @kou can we re-upload a new wheel for bintray? |
|
I think it's fine if we manually upload a fixed 0.16.0 wheel to PyPI |
wesm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
|
Yes. We can re-upload. |
|
Thanks! Re-built and re-uploaded the wheels. |
…ong ABI tag This is fixed in the latest release of `wheel` but we were pinning to an old version Closes #6353 from nealrichardson/fix-win-38-wheels and squashes the following commits: e3a865b <Neal Richardson> Remove wheel pin in requirements-wheel.txt Authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>
This is fixed in the latest release of
wheelbut we were pinning to an old version