2 months ago
My project suddenly just become unable to deploy after 3 weeks of last deployment. No idea why, no errors at all in the logs.
16 Replies
2 months ago
Link?
2 months ago
Not yet, why?
2 months ago
Thank you emoji for the link.
2 months ago
Looking into it.
2 months ago
Hello!
We've escalated your issue to our engineering team.
We aim to provide an update within 1 business day.
Please reply to this thread if you have any questions!
Status changed to Awaiting User Response Railway • about 2 months ago
2 months ago
Should be fixed now!
2 months ago
✅ The ticket Private Networking configuration error has been marked as completed.
I am now getting this error, is it on my side? but i've never received this error before

2 months ago
It is on your side, python 3.9.6 is very old and reached end-of-life.
2 months ago
Maybe you should upgrade your python version, do you define it anywhere?
2 months ago
Railpack only supports Python 3.10 and later according to the docs: https://railpack.com/languages/python#versions
right i defined it in the runtime.txt file years ago to ensure consistency
@Caffe This isn't well-documented, but you should be able to set MISE_PYTHON_COMPILE=1 to fix the issue. If you set this in your app's environment variables it should work.
Status changed to Solved medim • about 2 months ago