Numpy - JoFrhwld/FAVE GitHub Wiki

If you're using Cygwin on Windows and followed the directions for Downloading and Configuring Cygwin, numpy should be installed.

FAVE-extract now relies on numpy. We recommend installing numpy using the pip package manager for python packages. It is a simple two step process. First download the get-pip.py from the pip website (https://pip.pypa.io/en/latest/installing.html#install-pip)

python get-pip.py

After the script finishes running, run the following line:

pip install numpy

Back to Installing FAVE extract