Y
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
jimjag
356 days ago
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.
link