On 8/11/2019 3:13 am, Hartmut Goebel wrote:

e.g. removing all the ".npy" and ".npz" data files that I don't need.
I never hear about such files. What is it?

Numpy arrays stored to file.  ".npy" files have a header followed by binary data.  ".npz" are compressed versions of ".npy".  opencv and/or skimage have a bunch of data files (sample images), which the user can load for testing algorithms, etc.

PyInstaller adds them to the bundle, even if I never use any of them.  To save space removing these from the "datas" list in my spec file.  Maybe there is a better way by using hooks, but it's all just experimental at the moment.

Brendan.


--
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/09c4bab7-24df-89d2-c50a-342a22ceae89%40gmail.com.

Reply via email to