Python 2.7 RuntimeError:不再支持直接调用'rasa.core.run'。请改用'rasa shell'

Python 2.7 RuntimeError:不再支持直接调用'rasa.core.run'。请改用'rasa shell',python-2.7,docker,rasa-nlu,rasa-core,Python 2.7,Docker,Rasa Nlu,Rasa Core,当我尝试使用docker运行rasa nlu时,我遇到以下问题: Attaching to chatbotstack_rasa_nlu_1 rasa_nlu_1 | Traceback (most recent call last): rasa_nlu_1 | File "/usr/local/lib/python3.6/runpy.py", line 193, in _run_module_as_main rasa_nlu_1 | "

当我尝试使用docker运行rasa nlu时,我遇到以下问题:

Attaching to chatbotstack_rasa_nlu_1
rasa_nlu_1         | Traceback (most recent call last):
rasa_nlu_1         |   File "/usr/local/lib/python3.6/runpy.py", line 193, in _run_module_as_main
rasa_nlu_1         |     "__main__", mod_spec)
rasa_nlu_1         |   File "/usr/local/lib/python3.6/runpy.py", line 85, in _run_code
rasa_nlu_1         |     exec(code, run_globals)
rasa_nlu_1         |   File "/app/rasa/core/run.py", line 204, in <module>
rasa_nlu_1         |     "Calling `rasa.core.run` directly is "
rasa_nlu_1         | RuntimeError: Calling `rasa.core.run` directly is no longer supported. Please use `rasa shell` instead.
连接到chatbotstack\u rasa\u nlu\u 1
rasa_nlu| 1 |回溯(最近一次呼叫最后一次):
rasa_nlu_1 |文件“/usr/local/lib/python3.6/runpy.py”,第193行,运行模块作为主模块
rasa_nlu_1 |“uuu main_uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu
rasa_nlu_1 |文件“/usr/local/lib/python3.6/runpy.py”,运行代码中的第85行
rasa_nlu_|1执行(代码、运行全局)
rasa_nlu_1|文件“/app/rasa/core/run.py”,第204行,在
“直接调用`rasa.core.run`是”
rasa_nlu_1|运行时错误:不再支持直接调用'rasa.core.run'。请改用'rasa shell'。
我已指定以下版本:

rasa 0.14.0a9 /app rasa-addons 0.5.9 rasa-core 0.13.7 rasa-core-sdk 0.12.2 rasa-nlu 0.14.6 rasa 0.14.0a9/应用程序 rasa插件0.5.9 rasa核心0.13.7 rasa核心sdk 0.12.2 rasa nlu 0.14.6
Rasa
0.14.0a9
目前是alpha版本,新文档尚未发布。卸载
rasa
软件包并使用稳定版本
rasa_core==0.13.7
rasa_nlu==0.14.6
或使用新的cli
rasa shell
rasa
0.14.0a9
目前是alpha版本,新文档尚未发布。卸载
rasa
软件包并使用稳定版本
rasa_core==0.13.7
rasa_nlu==0.14.6
或使用新的cli
rasa shell