Build Suddenly Failed
charlie
PROOP

a year ago

Project ID: c61c1785-a8d8-43d0-9d8b-6bd1f69aa3bf
Server: EU West

I'm getting the error:

ERROR: Unknown compiler(s): [['gfortran'], ['flang-new'], ['flang'], ['nvfortran'], ['pgfortran'], ['ifort'], ['ifx'], ['g95']]

I've narrowed it down to the commonly used Python library scipy of which there's a suggestion to fix Python versions (https://github.com/scipy/scipy/issues/21750) but as far as I can see Railway doesn't let you declare the specific versions.

I didn't make any changes to the specific packages and have been deploying fine all day until now?

Solved

7 Replies

adam
MODERATOR

a year ago

please send your entire build log and any manual configuration files you have (nixpacks.toml, requirements.txt, etc.)


adam
MODERATOR

a year ago

Railway does let you declare a specific version, take a look at the nixpacks.toml docs and lmk if you have any questions

https://nixpacks.com/docs/configuration/file


charlie
PROOP

a year ago

Thanks, sent you a private message with the logs + files


charlie
PROOP

a year ago

Ok, after playing around with things until it deployed I think it was a pyproject.toml file causing python versioning conflicts, removed that and it's now deployed fine (not entirely sure why it suddenly started breaking though because that file hadn't been touched for a couple of months)


charlie
PROOP

a year ago

(Can close this)


adam
MODERATOR

a year ago

Glad to hear it


adam
MODERATOR

a year ago

!s


Status changed to Solved adam about 1 year ago


Loading...