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
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:
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