Code Monkey home page Code Monkey logo

Comments (3)

gpshead avatar gpshead commented on June 19, 2024

The benefit of subprocess32 comes from compiling the extension module on a modern system. manylinux1 is too old to provide all of the necessary system and libc header APIs. I am not going to provide a manylinux1 wheel.

Providing a manylinux1 wheel would prevent people from getting the proper benefit of subprocess32 by forcing them to use substandard fallback APIs. This would become the default behavior for most people because pip is naive enough to default to accepting a wheel when there is a perfectly good development environment that can build extension modules on the system present.

See #14 and #12 for previous discussions.

If manylinux2010 ever happens, that is likely recent enough to work properly. pypa/manylinux#179 tracks the status of manylinux2010. By the time it is worth considering using that, Python 2 will be EOL which effectively means subprocess32 is EOL...

from python-subprocess32.

ssbarnea avatar ssbarnea commented on June 19, 2024

I think we will see manylinux2010 quite soon as I seen more progress on it, hopefully.

from python-subprocess32.

graingert avatar graingert commented on June 19, 2024

@gpshead it actually looks like manylinux10 support is in pip already pypa/pip#5410

from python-subprocess32.

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.