-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Python] Windows wheel cannot be installed on Python 3.8 #23993
Comments
Krisztian Szucs / @kszucs: If I recall correctly the ABI tag issue was fixed during the release process and the cp38m wheels were not removed from bintray. I suggest to simply delete the cp38m wheels from both bintray channels. |
Wes McKinney / @wesm: |
Neal Richardson / @nealrichardson: |
Krisztian Szucs / @kszucs: Despite that I managed to manually delete the windows wheels with the previous (wrong) abi tag seems like bintray has kept them. |
Wes McKinney / @wesm: |
Krisztian Szucs / @kszucs: |
Wes McKinney / @wesm: |
Krisztian Szucs / @kszucs: |
The wheel came from
https://bintray.com/apache/arrow/download_file?file_path=python-rc%2F0.16.0-rc2%2Fpyarrow-0.16.0-cp38-cp38m-win_amd64.whl
The "m" ABI tag appears to have been removed in Python 3.8
pypa/setuptools#1822
Locally I have pip 20.0.2, wheel 0.34.1, and setuptools 45.1.0.post20200127
Reporter: Wes McKinney / @wesm
Assignee: Krisztian Szucs / @kszucs
Related issues:
Note: This issue was originally created as ARROW-7755. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: