Trouble installing scipy via pyCharm windows 8 - no lapack / blas resources found
问题 I'm currently having trouble installing scipy via PyCharm's package manager. I have installed numpy successfully and do have the Microsoft Visual Studio C/C++ compiler in the System Variables. However, when it's time to install scipy in PyCharm, the following error occurs: Executed Command: pip install scipy Error occured: numpy.distutils.system_info.NotFoundError: no lapack/blas resources found I have seen other resources on installing blas / lapack on windows, but I'm unsure if it will work