spacy-fasttext
spacy-fasttext copied to clipboard
Issue that gets me "UnboundLocalError: local variable 'meta' referenced before assignment"
Hey,
I am trying to get a chatbot in a nordic country going and I seem to have an issue with this command:
docker run -v $PWD:/app spacy-fasttext python -m spacy package model model_package
That throws me the following error.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/local/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/local/lib/python2.7/site-packages/spacy/main.py", line 33, in
Any idea what can have gone wrong?
Best regards, /Magnus