JustinaPetr / Weatherbot_Tutorial

275 stars 447 forks source link

ImportError: cannot import name 'online' #48

Open hezhonghao opened 5 years ago

hezhonghao commented 5 years ago

Hi I am configuring online training.. I am using the lastest version of rasa nlu(13.7) and core(12.7)

I actually copy the code of online training from your latest full code. And When I run python train_online.py, i got this error: ImportError: cannot import name 'online'

JustinaPetr commented 5 years ago

Hey. Yes, I haven't had the Rasa Core updated for Core v0.12 yet, that's why it was complaining about online which got renamed in the new version of the Rasa Core. I have just updated the repo so give it a go, it should all work now :)