nixpacks build fail
I am trying to deploy my python script but keep getting this message. Please help
12 Replies
Project ID:
N/A
Project id
98ca37bf-bc1a-4bd1-b162-d412e41a4cc6
try renaming it to main.py
that works. thank you so much. I am pretty new to python & Railway. The deployment was ok but How can I install these modules?
i did put "pip install langchain flask openai twilio beautifulsoup4" into the start command under Deploy settings
remove that command please, then watch this video https://www.youtube.com/watch?v=oLlT6c6jA-M
hi. I followed the instruction and created requirements.txt, readme.md but i am getting this error. Anyway to fix it? thank you
looks like you need a runtime.txt file with
3.9
in itdo you have any instruction on how to do this?
make a file named runtime.txt and put
3.9
in it