RasaHQ / rasa

💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
https://rasa.com/docs/rasa/
Apache License 2.0
18.91k stars 4.63k forks source link

Tests fail if mitie is not installed #9982

Closed tayfun closed 3 years ago

tayfun commented 3 years ago

Rasa Open Source version

2.8.12

Rasa SDK version

No response

Rasa X version

No response

Python version

3.8

What operating system are you using?

OSX

What happened?

Readme file at https://github.com/RasaHQ/rasa#running-the-tests explains tests should pass after for example make prepare-tests-macos is run but that make target does not install mitie library which is used by tests. It only downloads files needed by mitie. Thus, tests fail to run. Note that prepare-spacy step installs spacy library, but prepare-mitie does not; it only downloads and extracts mitie models.

Command / Request

No response

Relevant log output

No response

sara-tagger commented 3 years ago

Thanks for the issue, @aeshky will get back to you about it soon!

You may find help in the docs and the forum, too 🤗
tayfun commented 3 years ago

Merged to 2.8.x