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

raise pickle.PicklingError('logger cannot be pickled') #14

Open
simeonhebrew opened this issue May 10, 2022 · 1 comment
Open

raise pickle.PicklingError('logger cannot be pickled') #14

simeonhebrew opened this issue May 10, 2022 · 1 comment

Comments

@simeonhebrew
Copy link

Hello, I seem to encounter a multiprocessing related error when using the python-based tool.
Any idea what could be the problem?

File "/Users/mac/miniconda3/lib/python3.9/logging/init.py", line 1739, in reduce
raise pickle.PicklingError('logger cannot be pickled')
_pickle.PicklingError: logger cannot be pickled

@msbentsen
Copy link
Member

Hi,
Can you try to downgrade your python to 3.7? There was recently another issue with exactly the same problem: #13, so I am hoping the same solution applies here. Thanks!

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

No branches or pull requests

2 participants