【发布时间】:2021-06-04 00:41:03
【问题描述】:
使用 Rasa 开源我尝试执行(Windows Powershell)这个命令rasa run action & rasa shell 它会产生一些像这样的错误:
At line:1 char:17
+ rasa run action & rasa shell
+ ~
The ampersand (&) character is not allowed. The & operator is reserved for future use; wrap an ampersand in double quotation marks ("&") to
pass it as part of a string.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : AmpersandNotAllowed
【问题讨论】: