[
https://issues.apache.org/jira/browse/ARROW-7755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17057821#comment-17057821
]
Krisztian Szucs commented on ARROW-7755:
----------------------------------------
[~wesm] These wheels have not been uploaded to pypi
https://pypi.org/project/pyarrow/#files
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.
> [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
> Priority: Critical
> Fix For: 0.17.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)