Rasa_nlu installation error

** **git clone git@github.com:RasaHQ/rasa_nlu.git** **cd rasa_nlu** **pip install -r requirements.txt** **pip install -e .** **

then run trian.sh of rasa_nlu, an error occurs "/usr/bin/python: No module named rasa_nlu"

what causes it ? anybody know ?

try installing just pip install rasa_nlu. It is the recommended way and you will get latest stable version with all dependencies. Let me know if you encounter any issue doing this

1 Install git first and configure it 2 git clone https://github.com/RasaHQ/rasa_nlu.git 3 cd rasa_nlu 4 pip install -r requirements.txt 5 pip install -e .

Review this Page: Installation