This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rasa-worker_1 | Traceback (most recent call last): | |
rasa-worker_1 | File "/opt/venv/lib/python3.7/site-packages/rasa/nlu/registry.py", line 173, in get_component_class | |
rasa-worker_1 | return class_from_module_path(component_name) | |
rasa-worker_1 | File "/opt/venv/lib/python3.7/site-packages/rasa/utils/common.py", line 210, in class_from_module_path | |
rasa-worker_1 | m = importlib.import_module(module_name) | |
rasa-worker_1 | File "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module | |
rasa-worker_1 | return _bootstrap._gcd_import(name[level:], package, level) | |
rasa-worker_1 | File "<frozen importlib._bootstrap>", line 1006, in _gcd_import | |
rasa-worker_1 | File "<frozen importlib._bootstrap>", line 983, in _find_and_load | |
rasa-worker_1 | File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo: unable to resolve host ip-10-0-1-248 | |
Attaching to rasa_rasa-x_1 | |
rasa-x_1 | INFO:alembic.runtime.migration:Context impl PostgresqlImpl. | |
rasa-x_1 | INFO:alembic.runtime.migration:Will assume transactional DDL. | |
rasa-x_1 | INFO:alembic.runtime.migration:Running upgrade -> 2a216ed121dd, Initial migration | |
rasa-x_1 | INFO:alembic.runtime.migration:Running upgrade 2a216ed121dd -> 9d4a16758d6e, Addition of `is_default` and `description` columns to `user_role` table. | |
rasa-x_1 | INFO:alembic.runtime.migration:Running upgrade 9d4a16758d6e -> e3a3a2789e20, Add index to `conversation_id` column of table `conversation_event`. | |
rasa-x_1 | INFO:alembic.runtime.migration:Running upgrade e3a3a2789e20 -> 59b7be3ad5fc, Add `extractor` column to table `nlu_training_data_entity`. | |
rasa-x_1 | INFO:alembic.runtime.migration:Running upgrade 59b7be3ad5fc -> 1dfbf67d6ae2, Support for individually unfeaturized entities in domain. | |
rasa-x_1 | INFO:alembic. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PROMPT="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )" | |
PROMPT+=' %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)$(git_prompt_status)$(git_remote_status)' | |
# git_prompt_info | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg[red]%}" | |
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%})" | |
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " | |
# git_prompt_status |