Home  >  Article  >  Backend Development  >  Here are a few title options, keeping in mind the question format and the article\'s content: **Direct & Informative:** * **\"SciPy Installation Error: No LAPACK/BLAS Found - How to Fix?\&q

Here are a few title options, keeping in mind the question format and the article\'s content: **Direct & Informative:** * **\"SciPy Installation Error: No LAPACK/BLAS Found - How to Fix?\&q

Susan Sarandon
Susan SarandonOriginal
2024-10-25 03:10:30745browse

Here are a few title options, keeping in mind the question format and the article's content:

**Direct & Informative:**

* **

"Windows Scipy Install: No Lapack/Blas Resources Found" - Troubleshooting Guide

Problem Statement:

When attempting to install SciPy via pip install, users encounter the error "numpy.distutils.system_info.NotFoundError: no lapack/blas resources found."

Investigation and Resolution:

This error indicates that required resources for SciPy's compilation, namely Lapack and Blas, are missing. To address this issue, consider the following:

  1. Use a Pre-Built Binary:

    Obtain the appropriate pre-built wheel file for SciPy from: http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy. Once downloaded, install the package using:

    pip install [Local File Location]\[Your specific file such as scipy-0.16.0-cp27-none-win_amd64.whl]
  2. Install Missing Components:

    Confirm that the following prerequisites are installed:

    • Visual Studio 2015/2013 with Python Tools
    • Visual Studio C Compiler for Python: https://www.microsoft.com/en-us/download/details.aspx?id=44266
  3. Use the Window Binary:

    Utilize the SciPy window binaries available from the official website of the project. Download the appropriate file and install it manually.

The above is the detailed content of Here are a few title options, keeping in mind the question format and the article\'s content: **Direct & Informative:** * **\"SciPy Installation Error: No LAPACK/BLAS Found - How to Fix?\&q. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn