[
https://issues.apache.org/jira/browse/NLPCRAFT-388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aaron Radzinski reassigned NLPCRAFT-388:
----------------------------------------
Assignee: Rahul Padmanabhan
> Fix the python dependencies for ctxserver
> -----------------------------------------
>
> Key: NLPCRAFT-388
> URL: https://issues.apache.org/jira/browse/NLPCRAFT-388
> Project: NLPCraft
> Issue Type: Bug
> Reporter: Rahul Padmanabhan
> Assignee: Rahul Padmanabhan
> Priority: Major
> Fix For: 0.9.1
>
>
> Currently the ctxserver will not start given the current dependencies in the
> `py_requirements` file. The most notable difference is the absence of the
> `fasttext` library which will cause the following line in bertft.py to fail:
> _import fasttext.util_
> The Spacy _en_core_web_sm_ model will also not be downloaded as it needs to
> be downloaded explicitly. This is in the following line:
> _nlp = spacy.load("en_core_web_sm")_
--
This message was sent by Atlassian Jira
(v8.3.4#803005)