PARL icon indicating copy to clipboard operation
PARL copied to clipboard

TypeError: cannot pickle '_thread.RLock' object

Open Mysister opened this issue 2 years ago • 1 comments

parl: 2.2.1 win10 python 3.9 在尝试使用xparl并行时,成功启动xparl后运行到connect("localhost:8787")时出现错误 lib\multiprocessing\popen_spawn_win32.py", line 93, in init reduction.dump(process_obj, to_child) lib\multiprocessing\reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) TypeError: cannot pickle '_thread.RLock' object 请问,有解决的方法吗?

Mysister avatar Mar 26 '23 14:03 Mysister

您好,感谢反馈。目前xparl还不兼容Windows呢,建议在Linux系统下使用,或者通过windows+docker (ubuntu)的方式使用。

TomorrowIsAnOtherDay avatar Mar 27 '23 02:03 TomorrowIsAnOtherDay