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
Check installation of python 2.7 than install/reinstall pip which described here than open command line and write
or
pip install scipy
if already installed try this
pip install -U numpy