Termux

apt update
apt install pkg-config
apt install clang 
apt install python 
apt install python-dev
apt install fftw

LDFLAGS=" -lm -lcompiler_rt" pip install numpy
LDFLAGS=" -lm -lcompiler_rt" pip install pandas
LDFLAGS=" -lcompiler_rt" pip install matplotlib
LDFLAGS=" -lcompiler_rt" pip install cython
LDFLAGS=" -lcompiler_rt" pip install bokeh