Installing NumPy and SciPy on 64-bit Windows (with Pip)

后端 未结 14 1921
傲寒
傲寒 2020-11-27 04:27

I found out that it\'s impossible to install NumPy/SciPy via installers on Windows 64-bit, that\'s only possible on 32-bit. Because I need more memory than a 32-bit installa

14条回答
  •  日久生厌
    2020-11-27 04:58

    for python 3.6, the following worked for me launch cmd.exe as administrator

    pip install numpy-1.13.0+mkl-cp36-cp36m-win32 pip install scipy-0.19.1-cp36-cp36m-win32

提交回复
热议问题