I want to install numpy using pip install numpy command but i get follwing error:
pip install numpy
RuntimeError: Broken toolchain: cannot link a simple C program
Install miniconda (here)
After installed, open Anaconda Prompt (search this in Start Menu)
Write:
After installed, test:
import numpy as np