statsmaths / cleanNLP

R package providing annotators and a normalized data model for natural language processing
GNU Lesser General Public License v2.1
209 stars 36 forks source link

(.env) C:\Users\Lotus\Desktop\ChatBot_Rasa\.env\Scripts>python -m spacy download en #46

Closed Sankalikhitha closed 5 years ago

Sankalikhitha commented 5 years ago

(.env) C:\Users\Lotus\Desktop\ChatBot_Rasa.env\Scripts>python -m spacy download en Traceback (most recent call last): File "C:\Python36\lib\runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "C:\Python36\lib\runpy.py", line 142, in _get_module_details return _get_module_details(pkg_main_name, error) File "C:\Python36\lib\runpy.py", line 109, in _get_module_details import(pkg_name) File "C:\Users\Lotus\Desktop\ChatBot_Rasa.env\lib\site-packages\spacy__init.py", line 10, in from .cli.info import info as cli_info File "C:\Users\Lotus\Desktop\ChatBot_Rasa.env\lib\site-packages\spacy\cli\init__.py", line 6, in from .train import train File "C:\Users\Lotus\Desktop\ChatBot_Rasa.env\lib\site-packages\spacy\cli\train.py", line 12, in from ..gold import GoldCorpus, minibatch File "strings.pxd", line 23, in init spacy.gold ImportError: DLL load failed: The specified module could not be found.

After installing spacy model,While downloading the spacy en getting the above error.Please can anyone resolve it.

Originally posted by @Sankalikhitha in https://github.com/statsmaths/cleanNLP/issues/10#issuecomment-459948208

statsmaths commented 5 years ago

This issue has nothing to do with the R package and seems to be purely spacy issue. I would suggest opening an issue on their repository.