I am trying to install numpy from a wheel package (that I have generated in my virtualenv) on a Redhat 6.5 with python version =2.6.6:
pip install numpy-1.11.1-cp26-cp26mu-linux_x86_64.whl
I am getting the following error:
numpy-1.11.1-cp26-cp26mu-linux_x86_64.whl is not a supported wheel on this platform.
Any way to fix that? thanks :)