What is the easiest way to install BLAS and LAPACK for scipy?

前端 未结 10 558
孤城傲影
孤城傲影 2020-12-04 14:12

I would like to run a programme that someone else has prepared and it includes scipy. I have tried to install scipy with

pip install scipy

10条回答
  •  广开言路
    2020-12-04 15:04

    Either use SciPy whl, download the appropriate one and run pip install

    OR

    Read through SciPy Windows issue and run one of the methods.

    OR

    Use Miniconda.

    Additionally, install Visual C++ compiler for python2.7 in-case it asks for it.

提交回复
热议问题