简体   繁体   English

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

[英]How to install Rasa NLU using Anaconda prompt

I have anaconda installed, and I use Anaconda Prompt to install python packages.我安装了 anaconda,我使用 Anaconda Prompt 安装 python 包。 But I'm unable to install RASA-NLU using conda prompt.但是我无法使用 conda 提示符安装 RASA-NLU。 Please let me know the command for the same请让我知道相同的命令

I have used the below command:我使用了以下命令:

 conda install rasa_nlu

Error:错误:

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

- rasa_nlu

Use pip install rasa_nlu from Anaconda Prompt as mentioned in the documentation文档中所述,使用来自 Anaconda Prompt 的pip install rasa_nlu

if you are using anaconda prompt, close all your active py files and IDE and run the anaconda cmd as admin.如果您使用的是 anaconda 提示符,请关闭所有活动的 py 文件和 IDE,然后以管理员身份运行 anaconda cmd。 Worked for me, if not install ac compiler为我工作,如果不安装 ac 编译器

run: apt-get update && apt-get install build-essential Then pip install rasa_core and nlu运行:apt-get update && apt-get install build-essential 然后 pip install rasa_core 和 nlu

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM