"If a worker wants to do his job well, he must first sharpen his tools." - Confucius, "The Analects of Confucius. Lu Linggong"
Front page > Programming > ## How to Fix the \"No Lapack/Blas Resources Found\" Error When Installing Scipy on Windows?

## How to Fix the \"No Lapack/Blas Resources Found\" Error When Installing Scipy on Windows?

Published on 2024-11-02
Browse:174

## How to Fix the \

Scipy Installation Error on Windows: "No Lapack/Blas Resources Found"

When attempting to install Scipy on a 64-bit Windows 7 system, users may encounter the error message "numpy.distutils.system_info.NotFoundError: no lapack/blas resources found." This indicates that the necessary libraries for linear algebra computations are not detected.

To resolve this issue, follow the recommended approach:

Download and Install Prebuilt Binaries

  1. Visit the following website: http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy
  2. Select the latest Scipy binary package compatible with your Python version and Windows architecture (e.g., scipy-0.16.0-cp27-none-win_amd64.whl).
  3. Install the downloaded package using the following command:
pip install [Local File Location]\[Your specific file such as scipy-0.16.0-cp27-none-win_amd64.whl]

Prerequisites

Ensure that the following prerequisites are met before installing Scipy:

  1. Visual Studio 2015/2013 with Python Tools installed
  2. Visual Studio C Compiler for Python installed
  3. A compatible version of Python installed
Latest tutorial More>

Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.

Copyright© 2022 湘ICP备2022001581号-3