Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (4k points)
edited by
Could anyone tell me the easiest way to install BLAS and LAPACK for SciPy?

1 Answer

0 votes
by (8.7k points)

 There are several ways  listed on scipy installation page about installing python with scipy.

Another way is to install from wheels as they helps in speeding the installations by just executing the following command :

pip install SomePackage-1.0-py2.py3-none-any.whl

On can find wheel packages on:http://www.lfd.uci.edu/~gohlke/pythonlibs/

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
4 answers
0 votes
1 answer
asked Feb 19, 2021 in Python by laddulakshana (16.4k points)

Browse Categories

...