paschmann / rasa-ui

Rasa UI is a frontend for the Rasa Framework
MIT License
959 stars 330 forks source link

Errors in docker-composer up command - https://github.com/paschmann/rasa-ui #188

Closed anoop2503 closed 5 years ago

anoop2503 commented 5 years ago

I was following the instructions mentioned in https://github.com/paschmann/rasa-ui and I used docker-compose up command to set up the UI environment. But when I executing the docker-compose up command, I am getting following error. Please advise.

rasa_core_1 | 2019-04-09 07:44:01 INFO root - Rasa process starting rasa_core_1 | Traceback (most recent call last): rasa_core_1 | File "/usr/local/lib/python3.6/runpy.py", line 193, in _run_module_as_main rasa_core_1 | "main", mod_spec) rasa_core_1 | File "/usr/local/lib/python3.6/runpy.py", line 85, in _run_code rasa_core_1 | exec(code, run_globals) rasa_core_1 | File "/app/rasa_core/run.py", line 246, in rasa_core_1 | _endpoints.nlu) rasa_core_1 | File "/app/rasa_core/interpreter.py", line 48, in create rasa_core_1 | return RasaNLUInterpreter(model_directory=obj) rasa_core_1 | File "/app/rasa_core/interpreter.py", line 282, in init rasa_core_1 | self._load_interpreter() rasa_core_1 | File "/app/rasa_core/interpreter.py", line 298, in _load_interpreter rasa_core_1 | self.interpreter = Interpreter.load(self.model_directory) rasa_core_1 | File "/usr/local/lib/python3.6/site-packages/rasa_nlu/model.py", line 293, in load rasa_core_1 | skip_validation) rasa_core_1 | File "/usr/local/lib/python3.6/site-packages/rasa_nlu/model.py", line 315, in create rasa_core_1 | components.validate_requirements(model_metadata.component_classes) rasa_core_1 | File "/usr/local/lib/python3.6/site-packages/rasa_nlu/components.py", line 63, in validate_requirements rasa_core_1 | "Please install {}".format(", ".join(failed_imports))) rasa_core_1 | Exception: Not all required packages are installed. To use this pipeline, you need to install the missing dependencies. Please install sklearn_crfsuite, spacy