Tag: multiprocessing

Python “multiprocessing” “Can’t pickle…”

Python gets ‘…Can’t pickle…’ when using ‘multiprocessing’. It‘s more than ‘pickle’ issue but OS related issue. Background In previous article, I bumped into the ‘lxml’ issue and the solution is to execute the fu...