I am running into 2 separate issues when trying to deploy:
container ‘rasa-actions-server’ failed with exit code 1.
With the following stacktrace:
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-serverTraceback (most recent call last):
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server File "/usr/local/bin/rasa", line 5, in <module>
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server from rasa.__main__ import main
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server File "/usr/local/lib/python3.8/site-packages/rasa/__main__.py", line 10, in <module>
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server import rasa.telemetry
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server File "/usr/local/lib/python3.8/site-packages/rasa/telemetry.py", line 21, in <module>
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server from rasa import model
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server File "/usr/local/lib/python3.8/site-packages/rasa/model.py", line 11, in <module>
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server from rasa.exceptions import ModelNotFound
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server File "/usr/local/lib/python3.8/site-packages/rasa/exceptions.py", line 5, in <module>
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server from rasa.shared.exceptions import RasaException
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server File "/usr/local/lib/python3.8/site-packages/rasa/shared/exceptions.py", line 5, in <module>
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server from ruamel.yaml.error import (
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server File "/usr/local/lib/python3.8/site-packages/ruamel/yaml/__init__.py", line 53, in <module>
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server from .cyaml import * # NOQA
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server File "/usr/local/lib/python3.8/site-packages/ruamel/yaml/cyaml.py", line 5, in <module>
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server from _ruamel_yaml import CParser, CEmitter # type: ignore
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-server File "_ruamel_yaml.pyx", line 3, in init _ruamel_yaml
2022-11-23 19:48:18.13 UTCrasa-actions-server-5b8b64cd74-qjm4grasa-actions-serverSystemError: Objects/codeobject.c:131: bad argument to internal function
and separately:
container ‘rasa-server’ failed with exit code 1.
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-serverTraceback (most recent call last):
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server File "/usr/local/bin/rasa", line 5, in <module>
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server from rasa.__main__ import main
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server File "/usr/local/lib/python3.8/site-packages/rasa/__main__.py", line 10, in <module>
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server import rasa.telemetry
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server File "/usr/local/lib/python3.8/site-packages/rasa/telemetry.py", line 21, in <module>
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server from rasa import model
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server File "/usr/local/lib/python3.8/site-packages/rasa/model.py", line 11, in <module>
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server from rasa.exceptions import ModelNotFound
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server File "/usr/local/lib/python3.8/site-packages/rasa/exceptions.py", line 5, in <module>
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server from rasa.shared.exceptions import RasaException
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server File "/usr/local/lib/python3.8/site-packages/rasa/shared/exceptions.py", line 5, in <module>
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server from ruamel.yaml.error import (
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server File "/usr/local/lib/python3.8/site-packages/ruamel/yaml/__init__.py", line 53, in <module>
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server from .cyaml import * # NOQA
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server File "/usr/local/lib/python3.8/site-packages/ruamel/yaml/cyaml.py", line 5, in <module>
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server from _ruamel_yaml import CParser, CEmitter # type: ignore
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-server File "_ruamel_yaml.pyx", line 3, in init _ruamel_yaml
2022-11-23 19:48:29.15 UTCrasa-server-79556d8cfd-66hglrasa-serverSystemError: Objects/codeobject.c:131: bad argument to internal function