paulpierre / RasaGPT

💬 RasaGPT is the first headless LLM chatbot platform built on top of Rasa and Langchain. Built w/ Rasa, FastAPI, Langchain, LlamaIndex, SQLModel, pgvector, ngrok, telegram

Home Page:https://rasagpt.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running on Windows 11

shanumas opened this issue · comments

Hi,

I am running "make install" inside the python VirtualEnvironment which I created. I get this error:

! rasa-actions The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v4) and no specific platform was requested 0.0s
✔ Container chat_rasa_core Started 3.0s
! rasa-core The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v4) and no specific platform was requested 0.0s
make[2]: Leaving directory 'D:/mami/mami/RasaGPT'
Error response from daemon: Container 6a22a3413ba41aa4ee048ff18e17990191de0e5267bc8d9b7574ac58e4e108fc is not running
make[1]: *** [Makefile:291: rasa-train] Error 1

FULL STACKTRACE BELOW:

(mami) PS D:\mami\mami\RasaGPT> make install
make[1]: Entering directory 'D:/mami/mami/RasaGPT'
"\n\n-------------------------------------"
"ΓûÆΓûêΓûÇΓûÇΓûê ΓûêΓûÇΓûÇΓûê ΓûêΓûÇΓûÇ ΓûêΓûÇΓûÇΓûê ΓûÆΓûêΓûÇΓûÇΓûê ΓûÆΓûêΓûÇΓûÇΓûê ΓûÇΓûÇΓûêΓûÇΓûÇ"
"ΓûÆΓûêΓûäΓûäΓûÇ ΓûêΓûäΓûäΓûê ΓûÇΓûÇΓûê ΓûêΓûäΓûäΓûê ΓûÆΓûêΓûæΓûäΓûä ΓûÆΓûêΓûäΓûäΓûê ΓûæΓûÆΓûêΓûæΓûæ"
"ΓûÆΓûêΓûæΓûÆΓûê ΓûÇΓûæΓûæΓûÇ ΓûÇΓûÇΓûÇ ΓûÇΓûæΓûæΓûÇ ΓûÆΓûêΓûäΓûäΓûê ΓûÆΓûêΓûæΓûæΓûæ ΓûæΓûÆΓûêΓûæΓûæ"
"+-----------------------------------+"
"| http://RasaGPT.dev by @paulpierre |"
"+-----------------------------------+\n\n"
make[1]: Leaving directory 'D:/mami/mami/RasaGPT'
make[1]: Entering directory 'D:/mami/mami/RasaGPT'
"🔍 Stopping any running containers .. \n"
[+] Running 10/10
✔ Container chat_dozzle Removed 0.5s
✔ Container chat_ngrok Removed 0.0s
✔ Container chat_rasa_core Removed 0.0s
✔ Container chat_pgadmin Removed 2.0s
✔ Container chat_api Removed 1.1s
✔ Container chat_rasa_actions Removed 1.2s
✔ Container chat_rasa_credentials Removed 12.6s
✔ Container chat_db Removed 0.7s
✔ Network rasagpt_default Removed 0.6s
✔ Network rasagpt_chat-network Removed 1.1s
make[1]: Leaving directory 'D:/mami/mami/RasaGPT'
make[1]: Entering directory 'D:/mami/mami/RasaGPT'
"🔍 Checking if envvars are set ..\n";
make[1]: Leaving directory 'D:/mami/mami/RasaGPT'
make[1]: Entering directory 'D:/mami/mami/RasaGPT'
"💽 Generating Rasa models ..\n"
make[2]: Entering directory 'D:/mami/mami/RasaGPT'
"🤖 Starting Rasa ..\n"
[+] Running 7/7
✔ Network rasagpt_chat-network Created 0.7s
✔ Network rasagpt_default Created 0.6s
✔ Container chat_rasa_credentials Started 1.0s
✔ Container chat_rasa_actions Started 2.0s
! rasa-actions The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v4) and no specific platform was requested 0.0s
✔ Container chat_rasa_core Started 3.0s
! rasa-core The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v4) and no specific platform was requested 0.0s
make[2]: Leaving directory 'D:/mami/mami/RasaGPT'
Error response from daemon: Container 6a22a3413ba41aa4ee048ff18e17990191de0e5267bc8d9b7574ac58e4e108fc is not running
make[1]: *** [Makefile:291: rasa-train] Error 1
make[1]: Leaving directory 'D:/mami/mami/RasaGPT'
make: *** [Makefile:57: install] Error 2

This is resolved after I ran it on WSL