How to install BLAS & LAPACK libraries easily? I'm using them in a Python project

Viewed 11

I'm using Python 3.10. I'm running a project who needs a lot of libraries. While running the project through Git Bash it gives these errors:

INFO: openblas_clapack_info:
INFO: libraries openblas,lapack not found in [location of the libraries ]
INFO: NOT AVAILABLE

And a lot of errors about libraries like these.

I think it's an error of numpy. I've installed the latest version of numpy, but still doesn't work.

Is there any way to install libraries like openblas, lapack and others?

0 Answers
Related