-
Notifications
You must be signed in to change notification settings - Fork 82
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
【可能的Bug】打包用到multiprocessing库的程序打包后无限循环 #23
Labels
bug
Something isn't working
Comments
提供一下其他信息和一个可以复现的代码哈 |
我写了一个简单的demo,正常情况他会几次print("origin",origin,"save",save),但是这个打包后一直弹窗,你可以试一下
|
好,周末我到家看一下哈,现在手头没Windows机器了 |
嗯嗯,好的,谢谢 |
刚思考了一下,猜测大概率是由于打包后 |
新版本1.0b1.dev6修复完毕 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我在程序用到了多进程处理,然后用到了multiprocessing库,pyinstaller 打包时在主函数头部加multiprocessing.freeze_support()可以解决,用qpt打包的程序用这种方法还是不能解决,还是会无限循环
The text was updated successfully, but these errors were encountered: