News

Hi,I was hoping to use Numpy to run some Fortran functions using Python.The unix system admin installed numpy on a different directory than the Python libraries. He installed it at:/opt/library ...
pip uninstall numpy python -m pip install --upgrade pip pip install numpy. Using the above commands in the given sequence, you will be able to install the latest version of NumPy.