Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiprocess does not work with PyInstaller #117

Open
ughstudios opened this issue Oct 1, 2022 · 1 comment
Open

Multiprocess does not work with PyInstaller #117

ughstudios opened this issue Oct 1, 2022 · 1 comment
Labels

Comments

@ughstudios
Copy link

Is there a way to make multiprocess work with pyinstaller builds? The built in multiprocessing module has support for this using the freeze_support() function.

@mmckerns
Copy link
Member

mmckerns commented Oct 21, 2022

Can you give me more details, and maybe show me what you are experiencing? I would expect multiprocessing to work, as it's part of the python distribution and nothing needs to be installed. The multiprocess install is pure python, but is slightly non-standard (due to setup.py detecting the version of python being used and then building from the correct version of the multiprocess source). The freeze_support code in multiprocess is identical to the code in multiprocessing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants