Giter Club home page Giter Club logo

Comments (1)

mxmlnkn avatar mxmlnkn commented on June 16, 2024

https://github.com/pypa/manylinux

Manylinux host systems:

  • manylinux1 is based on CentOS 5, which is EOL 2017-05-31
  • manylinux2010 is based on CentOS 6, which is EOL 2020-10-30
  • manylinux2014 is based on CentOS 7, which is EOL 2024-06-30

Manylinux pip requirements:

  • manylinux1 requires pip >= 8.1.0
  • manylinux2010 requires pip >= 19.0
  • manylinux2014 requires pip >= 19.3
  • manylinux_x_y requires pip >= 20.3

Pip Python requirements:

  • Python 3.6 come with pip 18 and is EOL 2021-12-23

https://endoflife.date/python

  • 3.5 was EOL 2020-09-13
  • 3.6 is EOL 2021-12-23
  • 3.7 is EOL 2023-06-27
  • 3.8 is EOL 2024-10-14
  • 3.9 is EOL 2025-10-25

https://en.wikipedia.org/wiki/CentOS#End-of-support_schedule
Use 'yum list installed | grep gcc' in the manylinux containers:

  • CentOS 5 comes with GCC 4.8.2 and was EOL 2017-03-31
  • CentOS 6 comes with GCC 8.3.1 and was EOL 2020-11-30
  • CentOS 7 comes with GCC 9.3.1 and is EOL 2024-06-30

C++17 for indexed_bzip2 requires GCC >= 8.3.0

Therefore! Because of Python 3.6 and the insufficient pip version coming with it, manylinux1 theoretically has to be supported until 2021-12-23 even though the manylinux1 container is already EOL for 4 years! But, when it is not available, it will build from source and the oldest CentOS, 7, comes with gcc 9.3.1., which already fully supports C++17, so it should not be an issue. Unlike indexed_gzip or indexed_zstd, I'm also not using any external libraries eliminating another problem source.

from indexed_bzip2.

Related Issues (14)

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.