Koed00 / django-q

A multiprocessing distributed task queue for Django
https://django-q.readthedocs.org
MIT License
1.83k stars 285 forks source link

Cannot pickle '_io.TextIOWrapper' error trying to send email #700

Open jrodrigueztri opened 1 year ago

jrodrigueztri commented 1 year ago

I have upgraded my Python system to 3.8.14 from 3.7 and now when i try to send an email i receive this error TypeError: cannot pickle '_io.TextIOWrapper' object

Im working with django-q==1.3.9, the other tasks are working well