We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
multiprocessing.pool.MaybeEncodingError: Error sending result: '<multiprocessing.pool.ExceptionWithTraceback object at 0x0000020386853F98>'. Reason: 'TypeError("cannot serialize '_io.BufferedReader' object",)
code: pool.map(fetch_image, URLs)
how can i solve ? thanks.
The text was updated successfully, but these errors were encountered:
I have the same problem,do you solve it? @joehalfish Thanks.
Sorry, something went wrong.
i add try...catch and it's ok
No branches or pull requests
multiprocessing.pool.MaybeEncodingError: Error sending result: '<multiprocessing.pool.ExceptionWithTraceback object at 0x0000020386853F98>'. Reason: 'TypeError("cannot serialize '_io.BufferedReader' object",)
code:
pool.map(fetch_image, URLs)
how can i solve ? thanks.
The text was updated successfully, but these errors were encountered: