Make Command Not working

Make command is not working

Welcome, @spidy! Which command isn’t working for you, and which versions are you running? Have you tried running the actual command that the make command invokes? It should give you a little more information about the error you’re running into.

i have trouble shoot it i have another problem mam… @erohmensing

python3.5 -m rasa_nlu.train -c nlu_config.yml --data data/nlu_data.md -o models --fixed_model_name nlu --project current --verbose Traceback (most recent call last):

File “/usr/lib/python3.5/runpy.py”, line 193, in _run_module_as_main “main”, mod_spec)

File “/usr/lib/python3.5/runpy.py”, line 85, in _run_code exec(code, run_globals)

File “/usr/local/lib/python3.5/dist-packages/rasa_nlu/train.py”, line 184, in num_threads=cmdline_args.num_threads)

File “/usr/local/lib/python3.5/dist-packages/rasa_nlu/train.py”, line 148, in do_train trainer = Trainer(cfg, component_builder)

File “/usr/local/lib/python3.5/dist-packages/rasa_nlu/model.py”, line 152, in init components.validate_requirements(cfg.component_names)

File “/usr/local/lib/python3.5/dist-packages/rasa_nlu/components.py”, line 63, in validate_requirements “Please install {}”.format(", ".join(failed_imports)))

Exception: Not all required packages are installed. To use this pipeline, you need to install the missing dependencies. Please install sklearn_crfsuite, spacy Makefile:28: recipe for target ‘train-nlu’ failed make: *** [train-nlu] Error 1

pip list | grep sp jmespath 0.9.4
spacy 2.0.18

pip list | grep sk Flask 1.0.2
Flask-Cors 3.0.7
Flask-JWT-Simple 0.0.3
sklearn-crfsuite 0.3.6

Hmm, this is strange. Do you also have scipy installed? Which version of rasa_nlu are you running? Are you using a virtual environment for either your rasa project or whatever you use jmespath for?