I would like to add numpy to kivy's python installation on a windows machine. One would typically use the numpy executable to install numpy, but when I try to do this, it only finds the standalone python version on the machine, rather than the version that comes with kivy, and thus, does not present the option of adding numpy to kivy. Using kivy's pip in an attempt to install numpy produces an error message that stems from numpy's dependency on lapack, which has to be compiled with cmake, minigw, and whatever else, and presents a serious hassle.
Can anyone give advice on how to install numpy into kivy's python directory? Also, if this is accomplished, will there be any issues in targeting kivy apps using numpy for android or ios? Thank you.