While running poetry install after placing rasa GIT. it is errored out with no such file or directory ‘git’:‘git’ . Can any one support on this.
Hi @rahult13786, can you please share some more details? What commands did you execute? What is your operating system? What is the exact error message? Thanks.
HI @Tanja , I am trying to install RASA from source (ref: https://rasa.com/docs/rasa/user-guide/installation/).
- Downloaded folder from GitHub - RasaHQ/rasa: 💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
- Place on Redhat linux server
- running command : poetry install
If you want to install rasa from source, you should clone the repository, e.g. git clone git@github.com:RasaHQ/rasa.git
and not download the folder. See also Installation.
Dear @Tanja, Is there way to install from source where we don’t have internet in system.
@rahult13786 Sorry, my bad, it should also work if you download the repository. Just tried it myself.
Ca you please check that git
is installed on your machine?
Dear @Tanja, GIT is not installed on system. is it mandatory to have git? Without that it is not possible.? It should as i have already downloaded all the files.
Sorry, for the late reply. This seems to be an issue with poetry itself: get_vcs fails if git is not installed · Issue #2107 · python-poetry/poetry · GitHub
I dont understand. the problem still there. Is that GIT must installed on the server to prevent this error?