How do I install SciPy on 64 bit Windows?

前端 未结 16 1461
生来不讨喜
生来不讨喜 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条回答
  •  萌比男神i
    2020-11-27 12:43

    Okey, here I am going to share what I have done to install SciPy on my Windows PC without the command line.

    My PC configuration is Windows 7 64-bit and Python 2.7

    • First I download the required packages form http://www.lfd.uci.edu/~gohlke/pythonlibs/ (which version match your configuration EX: cp27==>python2.7 & cp35==>3.5)
    • Second I extract the file using 7-Zip (also can be used any zipper like WinRAR)
    • Third I copy the scipy folder which I extracted and paste it into C:\Python27\Lib\site-packages (or put it where the exact location is in your PC like ..\..\Lib\site-packages)

    NOTE: You have to install NumPy first before installing SciPy in this same way.

提交回复
热议问题