# Cannot run Online Training

**URL:** https://forum.rasa.com/t/cannot-run-online-training/29654
**Category:** Rasa Open Source
**Created:** [June 2, 2020, 8:54am UTC](https://forum.rasa.com/t/cannot-run-online-training/29654 "2020-06-02T08:54:37Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![aimanazman98](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/aimanazman98/32/9314_2.png) [@aimanazman98](https://forum.rasa.com/u/aimanazman98)
#### Post date: [June 2, 2020, 8:54am UTC](https://forum.rasa.com/t/cannot-run-online-training/29654/1 "2020-06-02T08:54:37Z")

</div>

Hi, I am a newbie to Rasa. I can not run the ‘train online.py’ code. This is my error:-

![1](https://europe1.discourse-cdn.com/flex013/uploads/rasa/original/2X/4/43898f601f364795c815d4adb785e6ac49f8b491.png)

---

<div class="post-metadata">

### Author: ![nchauras](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/nchauras/32/16965_2.png) [@nchauras](https://forum.rasa.com/u/nchauras)
#### Post date: [June 2, 2020, 11:41am UTC](https://forum.rasa.com/t/cannot-run-online-training/29654/2 "2020-06-02T11:41:26Z")

</div>

Welcome to the Rasa community!

If you look closely into the error, it is saying `No module named 'rasa_core'`. You are missing the required module to run train\_online.py.

If you are trying to get started with Rasa, I would suggest using [Tutorial: Rasa Basics](https://rasa.com/docs/rasa/user-guide/rasa-tutorial/). The tutorial is based on the latest version of the Rasa framework and explains the structure of the Rasa project as well.

---

<div class="post-metadata">

### Author: ![aimanazman98](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/aimanazman98/32/9314_2.png) [@aimanazman98](https://forum.rasa.com/u/aimanazman98)
#### Post date: [June 2, 2020, 12:21pm UTC](https://forum.rasa.com/t/cannot-run-online-training/29654/4 "2020-06-02T12:21:56Z")

</div>

For current progress, I’m running the code for Interactive Learning. What should I do if I’m missing the required module. I’m already succeed training the chatbot agent model. Here is my code for ‘train\_online.py’.

 ![1](https://europe1.discourse-cdn.com/flex013/uploads/rasa/original/2X/d/de1e43d10922fc6b156a2757a16a93cd10a83406.png)

---

<div class="post-metadata">

### Author: ![nchauras](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/nchauras/32/16965_2.png) [@nchauras](https://forum.rasa.com/u/nchauras)
#### Post date: [June 2, 2020, 3:23pm UTC](https://forum.rasa.com/t/cannot-run-online-training/29654/5 "2020-06-02T15:23:02Z")

</div>

> [@nchauras](#):
>
> No module named 'rasa\_core

### pip3 install rasa\_core

---

<div class="post-metadata">

### Author: ![aimanazman98](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/aimanazman98/32/9314_2.png) [@aimanazman98](https://forum.rasa.com/u/aimanazman98)
#### Post date: [June 2, 2020, 7:18pm UTC](https://forum.rasa.com/t/cannot-run-online-training/29654/6 "2020-06-02T19:18:04Z")

</div>

Here’s the part I’ve confused, since I’ve already installed rasa core using the command ‘pip3 install rasa\_core’. Then, I’ve using command ‘pip3 show rasa\_core’ to confirm if already installed. However, when I want to train a dialog model, the “No Module Named Rasa core” error pops up again. Pls help me. I really appreciate it if you can explain it a lot further. Thanks. 🙂

 ![1](https://europe1.discourse-cdn.com/flex013/uploads/rasa/original/2X/a/a0367870133323b2f89c74b37c096376c3cf67dc.png)

---

<div class="post-metadata">

### Author: ![aimanazman98](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/aimanazman98/32/9314_2.png) [@aimanazman98](https://forum.rasa.com/u/aimanazman98)
#### Post date: [June 3, 2020, 3:48am UTC](https://forum.rasa.com/t/cannot-run-online-training/29654/7 "2020-06-03T03:48:42Z")

</div>

@akelad I believe you can help me. Thanks 🙂

---

<div class="post-metadata">

### Author: ![akelad](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/akelad/32/69_2.png) [@akelad](https://forum.rasa.com/u/akelad)
#### Post date: [June 25, 2020, 8:38am UTC](https://forum.rasa.com/t/cannot-run-online-training/29654/8 "2020-06-25T08:38:11Z")

</div>

Hi @aimanazman98 `rasa_core` is an outdated library, please install `rasa` instead. Interactive learning (aka online training) can be run with `rasa interactive`

---

<div class="post-metadata">

### Author: ![aimanazman98](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/aimanazman98/32/9314_2.png) [@aimanazman98](https://forum.rasa.com/u/aimanazman98)
#### Post date: [June 25, 2020, 9:59am UTC](https://forum.rasa.com/t/cannot-run-online-training/29654/9 "2020-06-25T09:59:37Z")

</div>

Thank you, yaa! Before this, I refer to a book containing the old version of rasa. Then, I am following to Rasa masterclass on Youtube, and everything is working for my project.
