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

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

    You can download the needed packages from here and use pip install "Abc.whl" from the directory where you have downloaded the file.

提交回复
热议问题