Convert to Python 3
simetenn opened this issue · 2 comments
simetenn commented
Convert to Python 3
simetenn commented
The current problem is that multiprocess fails with unable to pickle RLock object if the function to run is from another module, such as parallel.run
from import .parallel Parallel
. If Parallel is in the same file it works.
simetenn commented
This is fixed in version 0.9.4.