Open
Description
I want to run OpenPIVgui using MultiProcess but it doesn’t work.(I can run this program using only 1 core)
This is the error message
‘PIV evaluation thread stopped. cannot pickle '_tkinter.tkapp' object’
I found this error occurs at line 224 in ‘OpenPivGui.py’ (line 496 in ’openpiv.tools’ exactly).
‘mp.run(func=mp.process, n_cpus=cpu_count)’ in ‘OpenPivGui.py’.
‘res = pool.map(func, image_pairs)’ in ‘openpiv.tools.py’
Would you teach me how can I run OpenPIVgui using MultiProcess?
Version
Python: 3.9
Windows:10
OpenPIVgui:0.4.11