Hello!
I'm working on deploying a prodigy dashboard on kubernetes. While developing, suddenly my prodigy was not working at all.
On checking, I saw that prodigy 1.10.4 and spacy 2.3.3 does not work for me.
File "", line 1, in
File "/home/bram/.virtualenvs/x-mas-hackathon/lib/python3.6/site-packages/prodigy/init.py", line 7, in
from . import recipes
File "/home/bram/.virtualenvs/x-mas-hackathon/lib/python3.6/site-packages/prodigy/recipes/init.py", line 4, in
from ..deprecated import recipes # noqa
File "/home/bram/.virtualenvs/x-mas-hackathon/lib/python3.6/site-packages/prodigy/deprecated/recipes.py", line 15, in
from ..models.matcher import PatternMatcher
File "/home/bram/.virtualenvs/x-mas-hackathon/lib/python3.6/site-packages/prodigy/models/init.py", line 1, in
from .ner import EntityRecognizer, merge_spans # noqa: F401
File "cython_src/prodigy/models/ner.pyx", line 11, in init prodigy.models.ner
ImportError: cannot import name cleanup_beam
It's not really a big issue for me, as I've now pointed to the previous version and things work fine. Just wanted to give a heads up and see if you guys experience the same thing.
Cheers!