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
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
@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!
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.
Could I know what are errors in my local ppc64le ?
The text was updated successfully, but these errors were encountered: