How do I install SciPy on 64 bit Windows?

前端 未结 16 1446
生来不讨喜
生来不讨喜 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:46

    Okay a lot has been said, but just in case nothing of the previous answers work, you can try;

    https://www.scipy.org/install.html

    According to them;

    For most users, especially on Windows, the easiest way to install the packages of the SciPy stack is to download one of these Python distributions, which include all the key packages:

    • Anacond: A free distribution for the SciPy stack. Supports Linux, Windows and Mac.
    • Enthought Canopy: The free and commercial versions include the core SciPy stack packages. Supports Linux, Windows and Mac.
    • Python(x,y) A free distribution including the SciPy stack, based around the Spyder IDE. Windows only.
    • WinPython: A free distribution including the SciPy stack. Windows only.
    • Pyzo: A free distribution based on Anaconda and the IEP interactive development environment. Supports Linux, Windows and Mac.

    Still for me, Anaconda did solve this problem. Do remember to check the bit (32/64 bit) version before downloading and re-adjust your compiler to the Python implementation installed with the Python distribution you are installing.

提交回复
热议问题