[ 
https://issues.apache.org/jira/browse/NLPCRAFT-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17391253#comment-17391253
 ] 

Rahul Padmanabhan commented on NLPCRAFT-388:
--------------------------------------------

Submitted pull request: https://github.com/apache/incubator-nlpcraft/pull/16

> 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
>            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)

Reply via email to