You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this projects requirements.txt file lists Celery 4 and I'm using Celery 5 which is probably the root of this bug. Unfortunately I cannot downgrade Celery since I'm using Python 3.11 and Celery 4 depends on an older version of vine which wasn't upgraded yet to deal with the removal of inspect.formatargspec. I'm not exactly sure what is causing the error, but I found adding the following jsonpickle handler fixed the issue.
Thank you @NoahCardoza, you saved me a few hours of troubleshooting on this one!
Having exact same issue.
@liuliqiang it's a great project, thank you for maintaining it!
Might it be possible to bump requirements and support celery 5 and latest jsonpickle (3.0.2 and above)?
I noticed this projects
requirements.txt
file lists Celery 4 and I'm using Celery 5 which is probably the root of this bug. Unfortunately I cannot downgrade Celery since I'm using Python 3.11 and Celery 4 depends on an older version of vine which wasn't upgraded yet to deal with the removal ofinspect.formatargspec
. I'm not exactly sure what is causing the error, but I found adding the followingjsonpickle
handler fixed the issue.Hopefully this saves someone else a few hours. If you guys are open to PR's, I'd be happy to throw one together.
The text was updated successfully, but these errors were encountered: