loosolab / UROPA

Universal RObust Peak Annotator
https://uropa-manual.readthedocs.io/
MIT License
15 stars 6 forks source link

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

Open simeonhebrew opened 2 years ago

simeonhebrew commented 2 years ago

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 commented 2 years ago

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