Hi,
I try to run the (old s2v_reddit_2015_md) sense2vec model with the latest version of Prodigy (1.12) with the
~/Venvs/ct-env$ python -m prodigy sense2vec.teach seasonal ~/spaCy\ data/s2v_reddit_2019_lg/s2v_reddit_2019_lg/ --seeds "christmas, easter, halloween, back-to-school"
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 185, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.8/runpy.py", line 144, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.8/runpy.py", line 111, in _get_module_details
import(pkg_name)
File "/home/ahe/.local/lib/python3.8/site-packages/prodigy/init.py", line 7, in
from . import recipes
File "/home/ahe/.local/lib/python3.8/site-packages/prodigy/recipes/init.py", line 1, in
from . import dep, ner, textcat, pos, sent, compare, terms, generic, image # noqa
File "/home/ahe/.local/lib/python3.8/site-packages/prodigy/recipes/dep.py", line 12, in
from ..components.loaders import get_stream
File "cython_src/prodigy/components/loaders.pyx", line 11, in init prodigy.components.loaders
File "/home/ahe/.local/lib/python3.8/site-packages/prodigy/app.py", line 23, in
from .core import Controller
File "cython_src/prodigy/core.pyx", line 9, in init prodigy.core
File "cython_src/prodigy/components/feeds.pyx", line 2, in init prodigy.components.feeds
ImportError: cannot import name FIFOCache
For some reason Prodigy is not happy, and I have no clue where to start the search for the error. Suggestions?
thanks,
Andreas