I tried this tutorial Jupyter Notebooks but I get this error
AttributeError Traceback (most recent call last)
in () ----> 1 import rasa 2 3 model_path = rasa.train(domain, config, [training_files], output)
/usr/local/lib/python3.6/dist-packages/rasa/init.py in () 4 5 # define the version before the other imports since these need it ----> 6 version = rasa.version.version 7 8 from rasa.run import run
AttributeError: module ‘rasa’ has no attribute ‘version’