Hi guys,
I'm trying to use spaCy library but get error:

self.nlp = spacy.load('en')


 OSError : [E050] Can't find model 'en'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory.

When we do:

 pip install spacy

spaCy links the name 'en' to the package it downloaded, e.g. 'en_core_web_sm' , but it not happend in QC enviroment.
Is there a solution to this issue?

 

Author