8000 Missing wheels for Linux and Python 3.11 · Issue #1917 · gevent/gevent · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Missing wheels for Linux and Python 3.11 #1917

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

Closed
alexprengere opened this issue Oct 24, 2022 · 2 comments
Closed

Missing wheels for Linux and Python 3.11 #1917

alexprengere opened this issue Oct 24, 2022 · 2 comments
Labels
Status: cantfix Something that cannot be changed in gevent Status: not gevent Environment or otherwise not a gevent issue. No further work expected. Status: wontfix Too expensive or difficult to fix

Comments

@alexprengere
Copy link

In light of the changelog, this might be expected, but I thought to report it just in case.
It is not currently possible to install gevent on Docker 3.11.0rc2-slim.

$ docker run --rm -ti python:3.11.0rc2-slim bash
# pip install gevent
...
ERROR: Failed building wheel for gevent

Indeed looking at the wheels for gevent 22.10, for Python 3.10 there are those wheels:

  • musllinux_1_1_x86_64.whl
  • manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • manylinux_2_12_x86_64.manylinux2010_x86_64.whl

But for 3.11 the manylinux x86_64 is missing, hence the issue.

@jamadden jamadden added Status: not gevent Environment or otherwise not a gevent issue. No further work expected. Status: wontfix Too expensive or difficult to fix Status: cantfix Something that cannot be changed in gevent labels Oct 24, 2022
@jamadden
Copy link
Member

I can only provide wheels for python versions that are present in the docker image when the wheel is built.

@m3brown
Copy link
m3brown commented Oct 26, 2022

Is it possible this is related to deprecated support for manylinux2010 in August?

pypa/manylinux#1281

Perhaps the build pipeline should be updated to use manylinux2014?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: cantfix Something that cannot be changed in gevent Status: not gevent Environment or otherwise not a gevent issue. No further work expected. Status: wontfix Too expensive or difficult to fix
Projects
None yet
Development

No branches or pull requests

3 participants
0