4 months ago
ERROR:
install mise packages: python
382ms
mise python@3.11.0 install
mise ERROR failed to install core:python@3.11.0
mise ERROR no precompiled python found for core:python@3.11.0 on x86_64-unknown-linux-gnu
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information
ERROR: failed to build: failed to solve: process "sh -c mise trust -a && mise install" did not complete successfully: exit code: 1
this is an error I received when adding GUI descriptions. I ended up rolling back to the previous deployment and it worked... However, When I tried to redeploy with a new deployment it still gives this error when I rollback my git commit to the exact same commit that deployed correctly. Any feedback would be greatly appreciative.
1 Replies
4 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open noahd • 4 months ago
4 months ago
you should try the following:
use a newer version of python, like 3.11.9 (change this in your toml file, or wherever its defined)
clear railway build cache: go to the service -> deployments, click settings -> clear build cache, then redeploy.
let me know if that works, if not please give more details like your toml file, build command, etc