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
py -m pip install numpy
Worked for me!