-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Unable to pickle when using multiprocessing #12
Comments
It appears to work fine on my mac with python 3.7, traceback was on windows. I'll test on my windows machine with python 3.7 when I get home from work. |
Nope, didn't solve it. Still getting the same traceback on windows. |
So if I understand the issue, you used the code from README.rst exactly as typed and you are getting errors. As it is currently written there is no pickle function, please include a copy of your code. |
I have try define _run_via_pool staticmethod and it fix. Actually,I am unfamiliar with python and I dont the reason |
I just now clean installed Python 3.11.8 and am getting the same, parameter is incorrect. And again, it's literally copy and paste from the readme, and change from threads to process. Edit: I just now had a friend try on his windows computer and he's getting the same exception.
|
I'm using your example from the readme and while setting the engine to multiprocessing I receive the following error. I'm using python 3.8 64 bit.
The text was updated successfully, but these errors were encountered: