Hi, I am relatively new with pyinstaller and could not find any 
reference/help with my requirement.
I am creating an application which is using all the major ML frameworks 
like tensorflow, pytorch, onnx, caffe, mxnet. While packaging it with 
pyInstaller, I am able to pack it successfully but exe size is around 1.5GB.
I was wondering is there any way to tell/point the python interpretor 
packed with pyinstaller to look for these imports on the host machine?
There is one option in pyinstaller "exclude" but this excluded module can 
not import something which is not already imported by other packed modules.

-- 
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 pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/c5b4c9b0-ff9f-47f5-9cc0-837808822abfn%40googlegroups.com.

Reply via email to