Coder Social home page Coder Social logo

Comments (2)

leorochael avatar leorochael commented on June 26, 2024

Hi @mrichar1,

Thank you for your input.

IMO, one of the greatest benefits of wheels is that they greatly speed up buildout as installing an sdist is significantly slower than installing a wheel (even in the case of pure Python sdists, but the difference is huge when compilation is involved).

So I wouldn't recommend a change to buildout.wheel that would make wheels a "last resort" distribution format.

Doing it as a fallback for installation of other formats feels like it would be particular hard to do in the current codebase, as the place in the code that selects which distribution formats should be considered for installation is earlier (and far from) the spot in the code that breaks when installation fails.

If you're facing odd bugs and glitches with certain dists/wheel combinations, it would be nice to hear about them. And yes, something like #14 would be nice to prevent those cases.

And on the other hand I consider it a bug if a distribution on PyPI doesn't provide a usable sdist, so I'd file a bug with the authors of said package.

I recommend closing this issue.

from buildout.wheel.

mrichar1 avatar mrichar1 commented on June 26, 2024

Thanks for taking the time to reply. Yes - I think you're right - I should probably have put this as a comment on #14 rather than a specific issue.

I've just had a look at #14 and I think I have a viable approach to providing blacklisting and whitelisting. I'll see about making a PR this afternoon, if it's as simple as I suspect it will be.

from buildout.wheel.

Related Issues (8)

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.