|
|
|
|
|
by pwang
3693 days ago
|
|
Yes, that's why people don't use apt-get or pip, and rather install Anaconda. Pip and wheels are still not really suitable for scientific Python work, because the metadata facilities are not sufficiently rich to capture all the information needed for proper linking of native libraries. By contrast, in Anaconda, things like MKL linkage and Fortran compiler information can be used in the package metadata for dependency solving, to minimize these kinds of compatibility issues. |
|