Open Freakwill opened 4 years ago
It looks like retrieving the numpy dir is not working when installing from PyPi (and other places?)
Run this in your terminal and you should be able to install.
export CFLAGS="-I$(python -c 'import numpy; print(numpy.get_include())')"
In general, if you want to improve the ease of installation of this module, setup.py
should be extended to include Cython. You can also build a custom extension to include numpy when building e.g. https://stackoverflow.com/a/42163080/4391298
the last part of error message is