You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!
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
The text was updated successfully, but these errors were encountered: