Wes McKinney created ARROW-7755:
-----------------------------------
Summary: [Python] Windows wheel cannot be installed on Python 3.8
Key: ARROW-7755
URL: https://issues.apache.org/jira/browse/ARROW-7755
Project: Apache Arrow
Issue Type: Bug
Components: Python
Reporter: Wes McKinney
Fix For: 1.0.0
{code}
λ pip install
C:\tmp\arrow-verify-release-wheels\pyarrow-0.16.0-cp38-cp38m-win_amd64.whl
ERROR: pyarrow-0.16.0-cp38-cp38m-win_amd64.whl is not a supported wheel on this
platform.
{code}
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
https://github.com/pypa/setuptools/pull/1822
Locally I have pip 20.0.2, wheel 0.34.1, and setuptools 45.1.0.post20200127
--
This message was sent by Atlassian Jira
(v8.3.4#803005)