How to install numpy on windows using pip install?

前端 未结 8 1802
温柔的废话
温柔的废话 2020-12-05 13:34

I want to install numpy using pip install numpy command but i get follwing error:

RuntimeError: Broken toolchain: cannot link a simple C program         


        
8条回答
  •  孤街浪徒
    2020-12-05 14:19

    As of March 2016, pip install numpy works on Windows without a Fortran compiler. See here.

    pip install scipy still tries to use a compiler.

    July 2018: mojoken reports pip install scipy working on Windows without a Fortran compiler.

提交回复
热议问题