How do I install SciPy on 64 bit Windows?

前端 未结 16 1443
生来不讨喜
生来不讨喜 2020-11-27 12:07

How do I install SciPy on my system?

For the NumPy part (that SciPy depends on) there is actually an installer for 64 bit Windows: numpy-1.3.0.win-amd64-py2.6.msi (i

16条回答
  •  渐次进展
    2020-11-27 12:57

    You can either download a scientific Python distribution. One of the ones mentioned here: https://scipy.org/install.html

    Or pip install from a whl file here if the above is not an option for you.

    http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy

提交回复
热议问题