runtime error
Exit code: 1. Reason: /bin/sh: 1: /home/user/.pixi/bin/pixi: not found pixi not found. Installing pixi... This script will automatically download and install Pixi (latest) for you. Getting it from this url: https://github.com/prefix-dev/pixi/releases/latest/download/pixi-x86_64-unknown-linux-musl.tar.gz error: 'https://github.com/prefix-dev/pixi/releases/latest/download/pixi-x86_64-unknown-linux-musl.tar.gz' is not available (HTTP 503) Traceback (most recent call last): File "/app/app.py", line 15, in check_and_install_pixi subprocess.check_call(f"{PIXI_PATH} --version", shell=True) File "/root/.pyenv/versions/3.10.19/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '/home/user/.pixi/bin/pixi --version' returned non-zero exit status 127. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 35, in <module> check_and_install_pixi() File "/app/app.py", line 19, in check_and_install_pixi subprocess.check_call( File "/root/.pyenv/versions/3.10.19/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'PIXI_VERSION=v0.59.0 curl -fsSL https://pixi.sh/install.sh | bash' returned non-zero exit status 1.
Container logs:
Fetching error logs...