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

HTTPError: 400 Client Error: Binary wheel 'pyarrow_ppc64le-0.14.0-cp36-cp36m-linux_ppc64le.whl' has an unsupported platform tag 'linux_ppc64le'. for url: https://upload.pypi.org/legacy/ #6719

Closed
xauthulei opened this issue Sep 27, 2019 · 3 comments

Comments

@xauthulei
Copy link

Could I know what are errors in my local ppc64le ?

@brainwane
Copy link
Contributor

@xauthulei Hi - could you show us what command you ran in order to create that wheel, and share your setup.py file as well? And, if you read documentation that advised you to use the platform tag 'linux_ppc64le', could you point to it? Thanks!

@di
Copy link
Member

di commented Sep 27, 2019

linux_* is not a valid platform for a wheel. Depending on what you're trying to distribute, you either need to either build your distributions inside the manylinux Docker image or just use auditwheel to turn a linux_* into a repaired manylinux_ wheel.

In addition, ppc64le is not a valid architecture for a manylinux1 or manylinux2010 wheel. It is a valid architecture for a manylinux2014 wheel, but the implementation of this specification is currently in progress.

@di di closed this as completed Sep 27, 2019
@xauthulei
Copy link
Author

Thanks @di and @brainwane , Now it is clear to me, Thanks. it seems I need to wait manylinux2014.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants