我正在从这个link实现RASA weatherbot,我在尝试运行RASA weatherbot时遇到错误。我的错误越来越小。
Exception: Not all required packages are installed. To use this pipeline, you need to install the missing dependencies. Please install sklearn_crfsuite我已经安装了sklearn_crfsuite,但是仍然收到这个错误。我不知道怎么修,请帮帮忙。
发布于 2019-03-18 21:00:33
根据您收到的错误,您的系统似乎找不到sklearn_crfsuite安装。您是否在虚拟环境中运行该脚本?如果是,则crfsuite很可能是本地安装的,因此对于虚拟环境不可用。
我还建议查看本教程here的更新版本(视频中的信息仍然相关,但代码库中的代码更新)。
https://stackoverflow.com/questions/54903194
复制相似问题