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

The windows wheel on PyPI doesn't match any platform #456

Closed
2 tasks done
frostming opened this issue Apr 1, 2020 · 3 comments · Fixed by python-poetry/poetry#2121
Closed
2 tasks done

The windows wheel on PyPI doesn't match any platform #456

frostming opened this issue Apr 1, 2020 · 3 comments · Fixed by python-poetry/poetry#2121

Comments

@frostming
Copy link

frostming commented Apr 1, 2020

  • I am on the latest Pendulum version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • OS version and name: Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
  • Pendulum version:

Issue

pip install https://files.pythonhosted.org/packages/92/df/e93d3923a92a56d27ebc14835b066d324153d238c0f421c6723230bf71a2/pendulum-2.1.0-cp38-cp38m-win_amd64.whl
ERROR: pendulum-2.1.0-cp38-cp38m-win_amd64.whl is not a supported wheel on this platform.

On Python 3.8 the tag m doesn't exist any more, so the wheel cannot be installed on my Windows x64 Python.

@frostming
Copy link
Author

The full list of supported tags on my machine:

cp38-cp38-win_amd64
cp38-abi3-win_amd64
cp38-none-win_amd64
cp37-abi3-win_amd64
cp36-abi3-win_amd64
cp35-abi3-win_amd64
cp34-abi3-win_amd64
cp33-abi3-win_amd64
cp32-abi3-win_amd64
py38-none-win_amd64
py3-none-win_amd64
py37-none-win_amd64
py36-none-win_amd64
py35-none-win_amd64
py34-none-win_amd64
py33-none-win_amd64
py32-none-win_amd64
py31-none-win_amd64
py30-none-win_amd64
cp38-none-any
py38-none-any
py3-none-any
py37-none-any
py36-none-any
py35-none-any
py34-none-any
py33-none-any
py32-none-any
py31-none-any
py30-none-any

@nirvana-msu
Copy link

I can confirm I am facing the exact same issue with a private package built with Poetry 1.0.5.

There is an open pull request for Poetry to fix the issue in python-poetry/poetry/pull/2121

@sdispater
Copy link
Owner

This should be fixed now.

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

Successfully merging a pull request may close this issue.

3 participants