如何使用 Anaconda 提示符安装 Rasa NLU

How to install Rasa NLU using Anaconda prompt

我安装了 anaconda,我使用 Anaconda Prompt 安装 python 包。但是我无法使用 conda 提示符安装 RASA-NLU。请让我知道相同的命令

我使用了以下命令:

 conda install rasa_nlu

错误:

PackagesNotFoundError: The following packages are not available from current channels:

- rasa_nlu

documentation

中所述,使用 Anaconda Prompt 中的 pip install rasa_nlu

如果您使用的是 anaconda 提示符,请以管理员身份关闭所有活动的 py 文件和 IDE 和 运行 anaconda cmd。为我工作,如果不安装 c 编译器

运行 : apt-get 更新 && apt-get 安装 build-essential 然后 pip install rasa_core 和 nlu