Hacker News new | ask | show | jobs
by mixmastamyk 356 days ago
> There are times when you do NOT want the wheel version to be installed

When, why? Should I be doing this?

1 comments

There are some wheels, for example, 'lxml' that bundle in their binary possibly incompatible external libraries, or older libraries than what you would like. This can cause library conflicts.