# RASA import ModuleNotFoundError: 'rasa\_sdk\_plugins'

**URL:** https://forum.rasa.com/t/rasa-import-modulenotfounderror-rasa-sdk-plugins/58684
**Category:** Rasa Open Source
**Created:** [June 18, 2023, 10:25pm UTC](https://forum.rasa.com/t/rasa-import-modulenotfounderror-rasa-sdk-plugins/58684 "2023-06-18T22:25:57Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ac90001322313212](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/ac90001322313212/32/23033_2.png) [@ac90001322313212](https://forum.rasa.com/u/ac90001322313212)
#### Post date: [June 18, 2023, 10:25pm UTC](https://forum.rasa.com/t/rasa-import-modulenotfounderror-rasa-sdk-plugins/58684/1 "2023-06-18T22:25:57Z")

</div>

I am trying to run RASA 3.6.0 on Google Cloud run. My issue is with the actions server in that it does not respond to requests. When I check the logs I get the following error: `ModuleNotFoundError: No module named 'rasa_sdk_plugins'"`

My requirements.txt is as follows for my Docker container:

```auto
fuzzywuzzy==0.18.0
rasa==3.6.0
sentence-transformers
huggingface_hub==0.0.17
pandas==1.3.4
rasa-sdk==3.6.0
scikit-learn
torch==1.10.0
openpyxl

```

I am not fully sure if this is the issue but would appreciate if anyone knew how to overcome the error of rasa\_sdk\_plugins not being found

---

<div class="post-metadata">

### Author: ![Shivam\_Rank](https://avatars.discourse-cdn.com/v4/letter/s/a8b319/32.png) [@Shivam\_Rank](https://forum.rasa.com/u/Shivam_Rank)
#### Post date: [June 19, 2023, 3:24pm UTC](https://forum.rasa.com/t/rasa-import-modulenotfounderror-rasa-sdk-plugins/58684/2 "2023-06-19T15:24:37Z")

</div>

I am facing the same issue, Running on AzureVM

---

<div class="post-metadata">

### Author: ![Rajgpt630](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/rajgpt630/32/23052_2.png) [@Rajgpt630](https://forum.rasa.com/u/Rajgpt630)
#### Post date: [June 22, 2023, 10:11am UTC](https://forum.rasa.com/t/rasa-import-modulenotfounderror-rasa-sdk-plugins/58684/3 "2023-06-22T10:11:56Z")

</div>

Facing same issue on AWS

---

<div class="post-metadata">

### Author: ![Shivam\_Rank](https://avatars.discourse-cdn.com/v4/letter/s/a8b319/32.png) [@Shivam\_Rank](https://forum.rasa.com/u/Shivam_Rank)
#### Post date: [June 28, 2023, 8:35pm UTC](https://forum.rasa.com/t/rasa-import-modulenotfounderror-rasa-sdk-plugins/58684/4 "2023-06-28T20:35:24Z")

</div>

My bot works fine even though it shows me the same error. I have used the docker to containerize the bot on azure VM (Ubuntu 20.04). You just have to put two docker container (Rasa server and Action Server) in the same network to communicate to each other and it works fine.

---

<div class="post-metadata">

### Author: ![souvikg10](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/souvikg10/32/93_2.png) [@souvikg10](https://forum.rasa.com/u/souvikg10)
#### Post date: [June 29, 2023, 9:46am UTC](https://forum.rasa.com/t/rasa-import-modulenotfounderror-rasa-sdk-plugins/58684/5 "2023-06-29T09:46:41Z")

</div>

Hello,

The above error message is a warning but not logged correctly. It will be resolved soon. we are working on it. It however does not create any issues in the running of the action server.

Regards
