RASA import ModuleNotFoundError: 'rasa_sdk_plugins'

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:

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

2 Likes

I am facing the same issue, Running on AzureVM

Facing same issue on AWS

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.

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

1 Like