Dear RDKit specialists,

RDKit is a cool tool, so far I guess I only got a glimpse of what it actucally 
can do.
I would like to create executables (Win10, Python3.6, Anaconda3, 
PyInstaller3.5).

If I'm importing it via:

import rdkit import Chem

the executable files sizes are in the order of 60 MB. Well, ok.
However, if I additionally import the drawing kit via:

from rdkit.Chem import Draw

then, the exectuables files sizes are in the order of 280 MB or more.
Of course, you can say this is a PyInstaller "problem".
If you search the web, you will find suggestions for reducing the file size 
when using PyInstaller.
However, I couldn't figure it out together with RDKit.
Apparently, several huge DLLs (mkl_xxxxxx.dll) are included and I don't know 
whether they are really needed and how to remove.

My question:
How can I reduce the files size when creating executables from RDKit?
Thank you for suggestions or links.
Theo.



_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to