Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Build issue with Spacy #101

Open
TathagataChakraborti opened this issue Jan 28, 2021 · 1 comment
Open

Build issue with Spacy #101

TathagataChakraborti opened this issue Jan 28, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@TathagataChakraborti
Copy link
Member

@MayankAgarwal please log the issue here.

@MayankAgarwal
Copy link
Member

spacy used in the manpage_agent's question detection module causes build failure. Somehow the docker build stalls with no actionable logs to triage the issue. Once spacy is removed from the requirements list, the rest of the tests pass though the ones depending on spacy still fail but expectedly so.

This build issue does not affect the installation of CLAI on the native system, and the docker build should also work fine. The error is observed only in the build system.

Possible fixes to this are:

  1. Triage and fix the spacy issue within docker
  2. Remove dependency on spacy since its used only for question detection, and use nltk or a rule-based approach for it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants