Y
Hacker News
new
|
ask
|
show
|
jobs
by
timClicks
3740 days ago
I would always be worried with installing numpy/scipy via pip that I wouldn't be linking to BLAS/LAPACK correctly.
1 comments
rhodysurf
3740 days ago
What do you mean? I have always installed via pip with zero errors on all three platforms.
link
moyix
3740 days ago
The worry is not that it will throw an error, it's that it will silently link against lower-performance math libraries and make your code inexplicably slow.
link