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
I get this TypeError: cannot pickle '_thread.lock' object error while running stanza-server docker image under Windows.
Any clues?
Thank you
File "/opt/stanza-server/main.py", line 61, in <module>
analysis_processes[lang].put(analysisProcess.AnalysisProcess(lang, pipeline))
File "/opt/stanza-server/analysisProcess.py", line 29, in __init__
self.__process.start()
File "/usr/lib/python3.8/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
File "/usr/lib/python3.8/multiprocessing/context.py", line 224, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
File "/usr/lib/python3.8/multiprocessing/context.py", line 284, in _Popen
return Popen(process_obj)
File "/usr/lib/python3.8/multiprocessing/popen_spawn_posix.py", line 32, in __init__
super().__init__(process_obj)
File "/usr/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
File "/usr/lib/python3.8/multiprocessing/popen_spawn_posix.py", line 47, in _launch
reduction.dump(process_obj, fp)
File "/usr/lib/python3.8/multiprocessing/reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
TypeError: cannot pickle '_thread.lock' object
The text was updated successfully, but these errors were encountered:
I get this
TypeError: cannot pickle '_thread.lock' object
error while running stanza-server docker image under Windows.Any clues?
Thank you
The text was updated successfully, but these errors were encountered: