Home  >  Article  >  Backend Development  >  Here are a few question-based article titles based on your content: * **Windows Scipy Installation Error: Why Can\'t I Find Lapack/Blas Resources?** * **Scipy Installation on Windows 7: How to Overc

Here are a few question-based article titles based on your content: * **Windows Scipy Installation Error: Why Can\'t I Find Lapack/Blas Resources?** * **Scipy Installation on Windows 7: How to Overc

DDD
DDDOriginal
2024-10-25 10:40:30473browse

Here are a few question-based article titles based on your content:

* **Windows Scipy Installation Error:  Why Can't I Find Lapack/Blas Resources?**
* **Scipy Installation on Windows 7: How to Overcome the Lapack/Blas Resource Issue?**
* **Missing Lapac

Windows Scipy Install: No Lapack/Blas Resources Found

Unable to install Scipy due to missing Lapack/Blas resources? Don't despair! Here's the ultimate solution for solving this error on Windows 7.

Troubleshooting the Error

The error "numpy.distutils.system_info.NotFoundError: no lapack/blas resources found" indicates that the necessary Lapack/Blas libraries are not available during Scipy installation. Despite having Microsoft Visual Studio C installed and successfully installing other packages, this issue can persist.

Avoid Binary Installations

Using the Windows binary installation method is not necessary. Here's a step-by-step guide to resolve the issue:

  1. Download Prebuilt Binaries: Visit the link provided in the solution: http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy.
  2. Select the Appropriate File: Choose the distribution file that matches your Python version and system architecture (e.g., scipy-0.16.0-cp27-none-win_amd64.whl).
  3. Install Using Pip: Navigate to the download location and run the following command:

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

Additional Requirements

Ensure that the following prerequisites are met before proceeding:

  • Install Visual Studio 2015/2013 with Python Tools
  • Install Visual Studio C Compiler for Python (File Name: VCForPython27.msi)
  • Install your desired version of Python (File Name: python-2.7.10.amd64.msi)

By following these steps, you can successfully install Scipy without encountering the Lapack/Blas error on Windows 7.

The above is the detailed content of Here are a few question-based article titles based on your content: * **Windows Scipy Installation Error: Why Can\'t I Find Lapack/Blas Resources?** * **Scipy Installation on Windows 7: How to Overc. 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