The other mkl dlls are manually specified in a hook file inside PyInstaller here <https://github.com/pyinstaller/pyinstaller/blob/develop/PyInstaller/hooks/hook-numpy.core.py>. It looks like they just missed that one simply because libiomp5md doesn’t have mkl in its name. In which case it looks like that hook file needs fixing.
In answer to RaC’s last message - strictly speaking it should be binaries=[...] instead of data=[...] for binary files although I’m not entirely sure what the difference is. Brénainn -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/21fa2d8f-4e73-4bd0-bebf-e194849131d9n%40googlegroups.com.
