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.
0
2 comments
Avatar
Permanently deleted user
If you use Linux install it with it's package manager. LAPACK and BLAS are not Python packages.
0
Avatar
Permanently deleted user
I use windows 7. Are there any options to solve this problem? Thanks.
0

Please sign in to leave a comment.