-
Notifications
You must be signed in to change notification settings - Fork 49
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
AttributeError: Can't pickle local object 'Subprocess.start.<locals>.bootstrap #14
Comments
I'm seeing a similar issue. I thought it may have been due to PyCharm debugger issues or the fact that I'm running Python 3.8, but I get the same issue outside of PyCharm and this issue shows that someone was having a similar problem way before 3.8 was released.
|
I'm also saw this issue. My python version is 3.8.1.
However, it worked normally in Python 3.7.7. |
For me it was an issue on macOS but not on linux... It works fine on Python 3.7.7 on macOS but not 3.8.5, though it does work on ubuntu on 3.8.5 |
Confirmed failure on Mac Python 3.8. It sounds like this might describe the issue: https://chrissardegna.com/blog/multiprocessing-changes-python-3-8/ Cross posted here: borgstrom/offspring#4 |
Left solution over at offspring project. If merged, then it's just a matter of re-pinning the offspring lib at the new version. |
Any updates on this error? |
a workaround is provided in borgstrom/offspring#4, basically you need to add the following line of code to your script
|
Hi,
when i try to initialise the KinesisProducer object, it throws this error.
Traceback:
Will greatly appreciated any help.
The text was updated successfully, but these errors were encountered: