Hi, I tried to run “rasactl start -p” in my project directory but encountered the following error “open $HOME/.kube/config: no such file or directory”. Do I need to add this file manually? Or is it located somewhere else? The rasa open source version is 2.8.13, thank you in advance!
@nightjean are you trying to install rasa open source or rasa x?
You can check the location of the file with increasing verbosity level when launching the command:
➜ ~ kubectl get pods -v=6
I have installed both and am trying to run the rasa x in the project directory. I am running it in my local machine, and the error has become like this
@nightjean how you trying to install can you tell me or share me the link?
I followed the installation guide here Installation
used quickstart command “curl -O https://rei.rasa.com/rei.sh && bash rei.sh -y”
@nik202 and rasa open source works fine, i downgraded to 2.8.13 to be compatible to rasa x
can you share rasactl status
?
@nightjean I guess you need to install kube or docker and then follow the complete process again.
I am running it in venv on macOS. Is it due to the OS?
@nightjean Can you just follow the simple process for the same?
- Create the Virtual Environment, activate the Virtual Environment
- Install rasa stable version for example
pip install rasa==2.8.1
andrasa-sdk==2.8.1
OR what ever version is available. - and run
Later we will solve the Rasa X issue too. I hope you are aware that Rasa X is best useful for server side installation.
It will get you the idea that its related to Mac OS issue.
rasa itself runs well on my machine. Thank you for the guidance, in this case, I will skip rasa x for now.
@nightjean If you want to install rasa X using simple installation, I can suggest one which will run on your local machine? Do you want that solution?
@nightjean can I request you to please close this thread as a solution for others.
Wish you and your family a very happy new year 2022!
@nik202 yes, I’d like to try the simple installation.
Thank you and Happy New Year!
@nightjean you can try this solution : Rasa X runs with several Errors & Warnings - #2 by nik202 for Rasa X.