I am trying to install the SciPy package on Red Hat Enterprise Linux Server release 6.3. However, it is failing.
The version of Python I am using is 2.6, however it seems to require 2.4. Is there another version of SciPy that is compatible with 2.6? If 2.4 is required, any suggestions on how to get that? I followed the directions on the python webpage but they seem to be out of date. It also requires f2py, which I am unsure of how to get.
Any suggestions for easier installation? I had been following the instructions here.
Thanks!
I was able to solve this problem by downloading the latest version of NumPy (building and installing that from the source since the one on the Red Hat package manager was a couple versions outdated), then installing scipy (via the setup.py scipy file I had downloaded).