Gohlke's numpy + mkl installation - Change MKL install directory on Windows
问题 I've been trying to get a working fast numpy with BLAS on Windows, and so far, the only method that seems feasible is downloading the precompiled library with MKL from http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy. So far ok, but chekcing later numpy.__config__.show() , I see it points to directories that don't exist, such as C:\program files (x86)\IntelSWTools I assume numpy is trying to place the MKL libraries in this directory, but I have no administration privileges for creating files