There’s a multiprocessing.freeze_support() 
<https://docs.python.org/3/library/multiprocessing.html#multiprocessing.freeze_support>
 
which has to be called in your if __name__ == "__main__:" block. I’ve never 
used joblib so I don’t know if they’ve wrapped it up in their own API but 
it should be enough just to use the original from multiprocessing directly.

-- 
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/223b7f11-2240-4f17-9bea-714c7f6f34ban%40googlegroups.com.

Reply via email to