No module named rasax.community.server

Hi,

I’m using this version of rasa on a server based on Debian 4.9:

https://storage.googleapis.com/rasa-x-releases/stable/rasa_x_playbook.yml

The problem is that the rasax container is constantly restarted:

ed33a9af21ee rasa / rasa-x: stable "python -m rasax.com ..." 13 minutes ago Restarting (1) 11 seconds ago rasa_rasa-x_1

When I see the logs I notice that it is because it does not find this module:

root @ scw-suspicious-einstein: / etc / rasa # docker logs -f ed33a9af21ee
/ usr / local / bin / python: No module named rasax.community.server
/ usr / local / bin / python: No module named rasax.community.server
/ usr / local / bin / python: No module named rasax.community.server

How could I solve it?

Thank you!

Hi @rcucala, did you follow the installation instructions, or did you start straight from rasa_x_playbook.yml? It would be great if you could follow the docker installation instructions here and let me know if the problem persists

Hi @ricwo, I have reinstalled and it has been fixed :blush: Thanks!