-1

enter image description here

I am getting error : ‘rasa’ is not recognized as an internal or external command, operable program or batch file. I have installed rasa x successfully, still getting above error. Please help.

AMC
  • 2,642
  • 7
  • 13
  • 35
  • 2
    Please include the command you used for the installation in your question **as text**. Also always put your error message **as text**. Don't post images – FlyingTeller Apr 24 '20 at 14:15
  • pip install rasa-x --extra-index-url https://pypi.rasa.com/simple – Nikhil Patil Apr 25 '20 at 05:52
  • I used above command to in install rasa x in conda environment – Nikhil Patil Apr 25 '20 at 05:52
  • Did you follow the proper guidelines for using Conda with pip? (https://www.anaconda.com/blog/using-pip-in-a-conda-environment) – AMC Apr 26 '20 at 23:01
  • 1
    Does this answer your question? ['rasa' is not recognized as an internal or external command, operable program or batch file](https://stackoverflow.com/questions/59880260/rasa-is-not-recognized-as-an-internal-or-external-command-operable-program-or) – AMC Apr 26 '20 at 23:03

1 Answers1

0

I think rasa is not recognized in your anaconda environment variable path. Adding rasa as environment variable should fix your problem.

This question might be similar to your problem. It may help :)


If adding rasa as environment variable didn't help you can also try to interact with rasa like:

py -m rasa init

or

python -m rasa init
n01deas
  • 141
  • 1
  • 6