RasaBotMSDS) C:\Users\SJ057223\MSDS\Chatbots\RasaCoursera>rasa x
Traceback (most recent call last):
File “c:\users\sj057223\appdata\local\continuum\anaconda3\envs\rasabotmsds\lib\site-packages\git_init_.py”, line 83, in
refresh()
File “c:\users\sj057223\appdata\local\continuum\anaconda3\envs\rasabotmsds\lib\site-packages\git_init_.py”, line 73, in refresh
if not Git.refresh(path=path):
File “c:\users\sj057223\appdata\local\continuum\anaconda3\envs\rasabotmsds\lib\site-packages\git\cmd.py”, line 278, in refresh
raise ImportError(err)
ImportError: Bad git executable.
The git executable must be specified in one of the following ways:
- be included in your $PATH
- be set via $GIT_PYTHON_GIT_EXECUTABLE
- explicitly set via git.refresh()
All git commands will error until this is rectified.
I did install downoad git and insstalled it and then in my chatbot folder initialized git with git init and git the message as attached in the image. After this i went to my project folder in anaconda prompt and when I launch rasa x, it still gives me the same error