I'm trying to deploy my Django app but i keep getting
Starting Container
/bin/bash: line 1: python: command not found
container event container died
/bin/bash: line 1: python: command not found
container event container died
/bin/bash: line 1: python: command not found
container event container died
/bin/bash: line 1: python: command not found
/bin/bash: line 1: python: command not found
container event container restart
/bin/bash: line 1: python: command not found
container event container died
/bin/bash: line 1: python: command not found
/bin/bash: line 1: python: command not found
container event container died
/bin/bash: line 1: python: command not found
container event container died
/bin/bash: line 1: python: command not found
container event container died
/bin/bash: line 1: python: command not found
10 Replies
Project ID:
N/A
8464dc9
mind providing your build logs?
https://bookmarklets.up.railway.app/log-downloader/
Feel free to also check / follow this guide @A. Yitzkak https://docs.railway.app/guides/django
This is all I get in the log
/bin/bash: line 1: python: command not found
container event container restart
/bin/bash: line 1: python: command not found
container event container died
/bin/bash: line 1: python: command not found
container event container restart
/bin/bash: line 1: python: command not found
container event container died
/bin/bash: line 1: python: command not found
container event container died
/bin/bash: line 1: python: command not found
container event container died
/bin/bash: line 1: python: command not found
container event container died
/bin/bash: line 1: python: command not found
container event container died
project id please
bfe70b72-b284-484c-ac89-4f7a2a04d178
Solution
first off, you have python set twice
Okay
Removed it and redeploying
It deployed successfully
Thanks for the help
no problem!