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

后端 未结 14 1901
傲寒
傲寒 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:37

    Best solution for this is to download and install VCforPython2.7 from https://www.microsoft.com/en-us/download/details.aspx?id=44266

    Then try pip install numpy

提交回复
热议问题