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

[PyInstaller] numpy using mkl libraries

2020-07-06 Thread Ricardo A Corredor J
Hi everyone, I have a python code that internally uses *numpy *(plus other dependencies) to perform some basic numerical operations. I installed *numpy* as "*conda install numpy*" (Windows 10) meaning that it includes and uses the *mkl libraries*. After running pyinstaller on this code, I