'rasa' is not recognized as an internal or external command, operable program or batch file

前端 未结 3 1392
走了就别回头了
走了就别回头了 2020-12-21 13:56

Unable to run the rasa init command and getting following error: \'rasa\' is not recognized as an internal or external command, operable program or batch file.

I hav

3条回答
  •  一向
    一向 (楼主)
    2020-12-21 14:29

    Did you try pip based installation as mentioned here

    You can do

    pip install rasa
    

    If you have already done that I suspect that you need to add rasa in the environment variable PATH Also are you using virtualenv? or conda environment? I would suggest using that to do the installation.

提交回复
热议问题