Open revodavid opened 4 years ago
I tried running:
#!pip install -U spacy
but that only bumped the error to the next line:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-19-ef7ef2749526> in <module>
2
3 import spacy
----> 4 from nlp_architect.models.absa.inference.inference import SentimentInference
5 from spacy import displacy
6 from nlp_architect.models.absa.inference.data_types import TermType
ModuleNotFoundError: No module named 'nlp_architect'
Where does nlp_architect.models.absa.inference.inference
come from?
Tag @sethjuarez
I tried running:
!pip install spacy
!pip install git+https://github.com/NervanaSystems/nlp-architect.git@absa
but got this error from the nlp-architect install:
ValueError: [E173] As of v2.2, the Lemmatizer is initialized with an instance of Lookups containing the lemmatization tables. See the docs for details: https://spacy.io/api/lemmatizer#init
Note also that !pip install spacy==2.0.18
generates errors from azureml about incompatible versions from dependencies.
When running first chunk of
absa.ipynb