uqfoundation / pathos

parallel graph management and execution in heterogeneous computing
http://pathos.rtfd.io
Other
1.38k stars 89 forks source link

TypeError: can't pickle _mysql_connector.MySQL objects #186

Open tengerye opened 4 years ago

tengerye commented 4 years ago

Hi, I encounter the problem of TypeError: can't pickle _mysql_connector.MySQL objects, can pathos deal with mysql objects?

Maarten-vd-Sande commented 4 years ago

I have the same with SQLite. I believe that SQLite connections can not be shared across threads/processes. So the same might apply to MySQL connections.