snipsco / snips-nlu

Snips Python library to extract meaning from text
https://snips-nlu.readthedocs.io
Apache License 2.0
3.9k stars 513 forks source link

Error while try to install Snips_nlu en #743

Closed lohitk27 closed 5 years ago

lohitk27 commented 5 years ago

Hi Team I am unable to download "snips_nlu en " . let me know if any one could resolve my issue . Getting following error while running code.

""" MissingResource: Language resource 'en' not found. This may be solved by running 'python -m snips_nlu download en' """"

adrienball commented 5 years ago

Hi @lohitk27 , Have you run one of the following command beforehand?

snips-nlu download en

or

python -m snips_nlu download en
lohitk27 commented 5 years ago

Hi @adrienball , Yes After running that command also im getting same issue dont know why it is coming error.

lohitk27 commented 5 years ago

@adrienball , Wonder now its started working were I changed to "en" to "snips_nlu_en") . thanks for the support