scipy installation process fails due to unable to find lapack and blas
I am trying to install scipy from PyCharm. However, the installation failed with the following error message
numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
I think it means that I need to install the python packages related "LAPACK" and "BLAS". I cannot find related Python packages. Any suggestions will be highly appreciated.
numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
I think it means that I need to install the python packages related "LAPACK" and "BLAS". I cannot find related Python packages. Any suggestions will be highly appreciated.
2 comments
Sort by
Date
Votes
If you use Linux install it with it's package manager. LAPACK and BLAS are not Python packages.
I use windows 7. Are there any options to solve this problem? Thanks.
Please sign in to leave a comment.