How to install numpy on windows using pip install?

前端 未结 8 1762
温柔的废话
温柔的废话 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:09

    I had the same problem. I decided in a very unexpected way. Just opened the command line as an administrator. And then typed:

    pip install numpy
    

提交回复
热议问题