I have used easy_install to install numpy to install numpy 1.7.1, but when I check my version in python:
python -c \"import numpy; print numpy.version.versi
sudo easy_install -U numpy
...after many tries, the code above worked for me, finally!