AttributeError: module 'rasa' has no attribute 'version'

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’

Hi @bishoy, you’re right, this tutorial is out of date. we’re working on fixing it at the moment!

1 Like

Hi, @erohmensing Did you fix the tutorial?