This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
ConfigurationError exception is not deserializable #5318
Labels
Comments
This should be trivially fixable. I'll provide a PR |
ojomio
changed the title
ConfigurationError exception is not unserializable
ConfigurationError exception is not deserializable
Jul 18, 2021
ojomio
added a commit
to ojomio/allennlp
that referenced
this issue
Jul 18, 2021
6 tasks
Thanks for the report and fix! I'm curious how you're using AllenNLP with Celery? |
We actually use the |
Sorry, I must have forgotten the import. Will fix it when return from my vacations |
dirkgr
added a commit
that referenced
this issue
Jul 23, 2021
* Fix `ConfigurationError` deserialization Closes #5318 * Ship-shape * Changelog Co-authored-by: Pete <petew@allenai.org> Co-authored-by: Dirk Groeneveld <dirkg@allenai.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Checklist
main
branch of AllenNLP.pip freeze
.Description
ConfigurationError exception is not unserializable, which leads to obscure Celery tracebacks
Python traceback:
Related issues or possible duplicates
Environment
OS: "Ubuntu 20.04.2 LTS"
Python version: 3.7.10
Output of
pip freeze
:Steps to reproduce
Example source:
The text was updated successfully, but these errors were encountered: