[PyInstaller] Re: numpy using mkl libraries

2020-07-07 Thread Ricardo A Corredor J
Thanks everyone for the replies and suggestions. I was planning to add to the *binaries*, but followed what others did by setting directly in *data*. That worked. I didn't try adding numpy to hiddenimports though, because the rest of numpy works and is detected properly. RaC On Monday, July

Re: [PyInstaller] numpy using mkl libraries

2020-07-07 Thread Abasi Brown
include numpy as a hidden library from the command line: pyinstaller your_script.py --hidden-import=numpy On Mon, Jul 6, 2020 at 10:41 AM Ricardo A Corredor J wrote: > Hi everyone, > > I have a python code that internally uses *numpy *(plus other > dependencies) to perform some basic

Re: [PyInstaller] Re: numpy using mkl libraries

2020-07-07 Thread bwoodsend
The other mkl dlls are manually specified in a hook file inside PyInstaller here . It looks like they just missed that one simply because libiomp5md doesn’t have mkl in its name. In which case it