error
moaddebian
FREEOP

3 months ago

install mise packages: python

372ms

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 "mise install" did not complete successfully: exit code: 1

4 Replies

vishal-parekh
HOBBY

3 months ago

Running into the same error. Hopefully there is a solution soon...


jharper2831
HOBBY

3 months ago

me too. i tryed to deploy some changes and ran into the same error.


pramuspl
FREE

3 months ago

we might have lost the hackathon because of this, riddiculous smile emoji


vishal-parekh
HOBBY

3 months ago

Apparently, this happens because mise doesn't have pre-compiled binaries for that Python version yet even though that version has been officially released by Python. The default selection by railpack probably needs to be fixed but in the meantime, set RAILPACK_PYTHON_VERSION env variable for the service you've deployed to the version that your app actually uses (i.e. the one in requirements.txt for pip or pyproject.toml for poetry projects)


Loading...