Exit status 127->51 python app

So I’m want to use koyeb to deploy my discord bot bu I’m getting error:
bash: pip: command not found
03:42:22 PM stderr ERROR: failed to build: exit status 127
exit status 51

I have made a web service from a GitHub repo called ViktorPopp/The-Bot-Brad

Hello @Viktor_Popp_Hansen

From what I see you configured Custom build command “pip install -r requirements.txt”. As you are using Buildpack you don’t need. Remove it and it should work.

Buildpack automatically detectes that this is a python app and installs packages from requirements.txt file