Windows Scipy Install: Overcoming the Lapack/Blas Error
Encounters with the "No Lapack/Blas Resources Found" error during Python SciPy installation on Windows systems can be frustrating. This issue arises when SciPy cannot locate essential libraries for its core functionality. While it is tempting to fall back on the pre-built Windows binaries, there is a reliable solution that allows you to install SciPy through pip.
Solution: Utilizing the Pre-Compiled Wheel File
Head over to the designated link from the provided source: http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy. Here, you will find a list of pre-compiled wheel files tailored for different Windows configurations.
Identify and download the wheel file that aligns with your specific Python version and architecture (e.g., "scipy-0.16.0-cp27-none-win_amd64.whl" for Python 2.7 and 64-bit Windows).
Once downloaded, you can proceed with the pip installation using the following command:
pip install [Local File Location]\[Your specific file such as scipy-0.16.0-cp27-none-win_amd64.whl]
Ensuring Prerequisites are Met
Before embarking on the SciPy installation, it is crucial to verify that specific prerequisites are met on your Windows system:
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