Giter Club home page Giter Club logo

Comments (6)

rpmcginty avatar rpmcginty commented on June 19, 2024

Looking at the PyPi package 23.9.0.post1, under "Download files", I can't find wheels for manylinux2014_x86_64, only for manylinux_2_28_x86_64. Is this expected?

links: https://github.com/pypa/manylinux

from gevent.

jamadden avatar jamadden commented on June 19, 2024

Yes, that's expected. Because of reports of possible miscompilation, it was necessary to use a build environment with a newer compiler. The binaries provided support "ALT Linux 10+, RHEL 9+, Debian 11+, Fedora 34+, Mageia 8+, Photon OS 3.0 with updates, and Ubuntu 21.04+". If you're on something older, you'll need to compile it yourself.

from gevent.

rpmcginty avatar rpmcginty commented on June 19, 2024

Hmm, but I see that some architectures for manylinux2014* are still available though. So why do you support some but not all of the builds? Based on info in https://github.com/pypa/manylinux, seems like manylinux2014* End of Life (EOL) is only June 30th, 2024. Can you explain why you dropped support based on possible miscompilation? Seems like a pretty big drop in support.

One reason this could become problematic is that amazon's Amazon Linux 2 (EOL in 2025) is a flavor of CentOS 7 - thus supporting only manylinux2014_x86_64 platform tag. So anything that builds with these standard images, could run into issues when compiling the source code (let alone waiting for compilation to complete).

from gevent.

rpmcginty avatar rpmcginty commented on June 19, 2024

This table shows the supported glibc support for Amazon Linux 2 (vs. Amazon Linux 2023)
https://docs.aws.amazon.com/linux/al2023/ug/compare-with-al2.html#glibc-gcc-and-binutils

latest glibc is 2.26. Because you only build for manylinux_2_28_x86_64 platform, it cannot be supported.

from gevent.

rpmcginty avatar rpmcginty commented on June 19, 2024

@jamadden I see the commit that drops manylinux2014_x86_64 support. Is it solely because of failures with python 3.12 compatibility? It is necessary to drop support for manylinux2014_x86_64 for all other python versions < 3.12?

from gevent.

alicederyn avatar alicederyn commented on June 19, 2024

Looks like gevent 23.9.1 now has manylinux2014_x86_64 wheels again. This appears to be due to ca0f9cb.

from gevent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.