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?
7 Replies
a year ago
please send your entire build log and any manual configuration files you have (nixpacks.toml, requirements.txt, etc.)
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
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)
a year ago
Glad to hear it
a year ago
!s
Status changed to Solved adam • over 1 year ago