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!