runtime error
Exit code: 1. Reason: /bin/sh: 1: /home/linuxbrew/.linuxbrew/bin/brew: not found Homebrew not found. Installing Homebrew... Warning: Running in non-interactive mode because `stdin` is not a TTY. ==> Checking for `sudo` access (which may request your password)... Don't run this as root! Traceback (most recent call last): File "/app/app.py", line 23, in check_and_install_homebrew subprocess.check_call(f"{BREW_PATH} --version", shell=True) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/subprocess.py", line 419, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '/home/linuxbrew/.linuxbrew/bin/brew --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 50, in <module> check_and_install_homebrew() ~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/app/app.py", line 27, in check_and_install_homebrew subprocess.check_call( ~~~~~~~~~~~~~~~~~~~~~^ '/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shell=True, ^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/subprocess.py", line 419, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"' returned non-zero exit status 1.
Container logs:
Fetching error logs...