Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change in import statement in train_interactive.py #88

Open
sarjak opened this issue May 11, 2019 · 1 comment
Open

Change in import statement in train_interactive.py #88

sarjak opened this issue May 11, 2019 · 1 comment

Comments

@sarjak
Copy link

sarjak commented May 11, 2019

Need to update import statement in train_interactive.py

From
from rasa_core.train import interactive
To
from rasa_core.training import interactive

@dkfranc
Copy link

dkfranc commented May 31, 2019

Thanks. This fixed the ImportError: cannot import name 'interactive'
rasa_core: 0.14.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants